Open BeyondEvil opened 3 days ago
Updating the config with
[settings]
lockfile = false
fixed it.
EDIT: this is likely related to the release from an hour ago: https://github.com/jdx/mise/releases/tag/v2024.11.22. Or perhaps the one just before that.
Same just started happening to us.
Running mise install
/home/runner/.local/share/mise/bin/mise install
DEBUG ARGS: /home/runner/.local/share/mise/bin/mise install
DEBUG config: ~/work/infrastructure-live/infrastructure-live/.mise.toml
DEBUG ToolRequest.is_installed: lockfile is experimental. Enable it with `mise settings set experimental true`
DEBUG ToolRequest.is_installed: lockfile is experimental. Enable it with `mise settings set experimental true`
DEBUG ToolRequest.is_installed: lockfile is experimental. Enable it with `mise settings set experimental true`
DEBUG ToolRequest.is_installed: lockfile is experimental. Enable it with `mise settings set experimental true`
DEBUG install_some_versions: awscli@latest opentofu@prefix:1.7 pre-commit@prefix:3 terragrunt@prefix:0.[60](https://github.com/PearlHealth/infrastructure-live/actions/runs/11962447530/job/33351027468#step:3:62)
DEBUG asdf_plugin[awscli]:install "https://github.com/MetricMike/asdf-awscli.git"
INFO plugin:awscli clone https://github.com/MetricMike/asdf-awscli.git
DEBUG cloning https://github.com/MetricMike/asdf-awscli.git to /home/runner/.local/share/mise/plugins/awscli
DEBUG mkdirp: "/home/runner/.local/share/mise/plugins"
DEBUG current sha for "/home/runner/.local/share/mise/plugins/awscli": c26bbb4
INFO plugin:awscli ✓ https://github.com/MetricMike/asdf-awscli.git#c26bbb4
Error:
0: lockfile is experimental. Enable it with `mise settings set experimental true`
Location:
src/config/settings.rs:332
Version:
2024.11.22 linux-x64
Unclear why I'm getting this error as
experimental
is set tofalse
, and I've not provided any lock-files.Output from Github Actions:
.mise/config.toml
Relevant part of workflow: