Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
min_version = "2026.4.22"
min_version = "2026.6.13"

[env]
TURBO_GLOBAL_WARNING_DISABLED = 1
_.file = [".env", ".env.local"]

[settings]
idiomatic_version_file_enable_tools = ["rust"]
lockfile = true
Comment thread
TimDiekmann marked this conversation as resolved.
minimum_release_age = "5d"

[tools]
Expand Down
9 changes: 9 additions & 0 deletions .config/mise/mise.ci.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

287 changes: 287 additions & 0 deletions .config/mise/mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Run `mise install` with `ci` environment
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
with:
install_args: --env ci --jobs 1
install_args: --env ci --jobs 1 --locked
env:
MISE_VERBOSE: 1
GITHUB_TOKEN: ${{ inputs.token }}
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Install these on the host first:
- **[Docker](https://docs.docker.com/get-docker/)** (β‰₯ 20.10), including:
- **[Docker Compose](https://docs.docker.com/compose/)** (β‰₯ 2.17) β€” orchestrates the stack
- **[Docker Buildx](https://docs.docker.com/build/install-buildx/)** (β‰₯ 0.10) β€” builds the images
- **[mise](https://mise.jdx.dev/)** (β‰₯ 2026.4.22) β€” installs and pins Node, Rust, protoc and the other required tool versions
- **[mise](https://mise.jdx.dev/)** (β‰₯ 2026.6.13) β€” installs and pins Node, Rust, protoc and the other required tool versions

Give Docker at least **8 GB RAM** (Preferences β†’ Resources) and keep ~15 GB of disk free for build artefacts, images and volumes.

Expand All @@ -80,7 +80,7 @@ git --version # β‰₯ 2.17
docker --version # β‰₯ 20.10
docker compose version # β‰₯ 2.17
docker buildx version # β‰₯ 0.10
mise --version # β‰₯ 2026.4.22
mise --version # β‰₯ 2026.6.13
```

#### Setup
Expand Down
Loading
Loading