Custom mise init task stopped working suddenly in v2024.12.15 with spurious "No such file or directory error" #4400
Replies: 4 comments 1 reply
-
if you enable debug/trace you should have a better idea of what is happening |
Beta Was this translation helpful? Give feedback.
-
Running that last failure step with (I think?) debug/trace:
|
Beta Was this translation helpful? Give feedback.
-
Simpler reproduction scenario:
FAILING SCENARIO
If I try the above steps with mise version
In both cases, the |
Beta Was this translation helpful? Give feedback.
-
This error condition also does not occur if |
Beta Was this translation helpful? Give feedback.
-
Our team uses mise in various GitHub actions workflows. We'd like to stay current with recent mise versions. Those workflows fail when mise
v2024.12.15
is used, but succeed whenv2024.12.14
is used. We're attempting to perform amise install -y
step in a file-based task. I can reproduce this in a pristine environment (a machine with no mise, python, node, etc.)mise.toml
file:mise/tasks/init
:SUCCESS using mise version
v2024.12.14
:FAILURE using mise version
v2024.12.15
:yields the following error output:
subsequent commands give errors:
mise doctor output:
If I perform the same
mise install -y
here, it succeeds. How can I usemise install
within a file-based task? I couldn't tell from the v2024.12.15 changelog what might have affected this behavior.Beta Was this translation helpful? Give feedback.
All reactions