Skip to content

Conversation

@marc0246
Copy link
Contributor

@marc0246 marc0246 commented Dec 1, 2025

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 it shell like it's named in Actions. However, it's not exactly the same thing. Actions run commands 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

@marc0246
Copy link
Contributor Author

marc0246 commented Dec 1, 2025

Hmm, looks like there's some issue with some package on the unstable channel. Should have used the stable channel anyway...

@marc0246
Copy link
Contributor Author

marc0246 commented Dec 1, 2025

I think I fixed everything wrong with the test.

@marc0246
Copy link
Contributor Author

marc0246 commented Dec 1, 2025

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).

@marc0246
Copy link
Contributor Author

marc0246 commented Dec 1, 2025

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?

@Swatinem
Copy link
Owner

Swatinem commented Dec 1, 2025

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.

@Swatinem Swatinem merged commit 151eeee into Swatinem:master Dec 1, 2025
33 checks passed
@marc0246 marc0246 deleted the nix-support branch December 1, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using rust-cache together with Nix

2 participants