-
-
Notifications
You must be signed in to change notification settings - Fork 153
Add support for running rust-cache commands from within a Nix shell #290
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
Conversation
|
Hmm, looks like there's some issue with some package on the unstable channel. Should have used the stable channel anyway... |
|
I think I fixed everything wrong with the test. |
|
I wish I could read... but yeah, it should work now. I needed to lower the nixos stable version too because the GCC was too new for jemalloc (it threw errors). |
|
I'm noticing that trybuild doesn't have colors for the Cargo invocation. That's fixable. Do you know what's up with the post action on ubuntu-latest? |
hm, I think you can ignore that error, it seems to still store the cache successfully. |
This adds a new config option
cmd-format, which is similar to Actions'defaults.run.shell. I'm still not sure on the naming. I also considered naming itshelllike it's named in Actions. However, it's not exactly the same thing. Actionsruncommands are a script file and must be run in a shell. This changes the (inline) command to execute, and theoretically doesn't need to be a shell.Fixes #289