-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plugin specific ENV? #1798
Labels
Comments
edit: sorry I misunderstood, I thought you were asking when something is executed. It would be possible to have something run only during plugin installation |
I think we should have a tool option for env: [tools]
teleport-ent = { version = "11.3.11", install_env = { TELEPORT_ENT_ARCH = "amd64" } } |
jdx
added a commit
that referenced
this issue
Dec 16, 2024
jdx
added a commit
that referenced
this issue
Dec 16, 2024
miguelmig
pushed a commit
to miguelmig/mise
that referenced
this issue
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to override ENV for just one specific plugin?
I am facing an issue where an older version of
teleport-ent
was not built fordarwin-amd64
.This results in an error when we try to just run
mise install
The workaround is to run with
ARCH
But it could be nice for this and future scenarios if env could be targeted to plugins. e.g.
The text was updated successfully, but these errors were encountered: