-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
github-runner: 2.319.1 -> 2.320.0 #346347
Conversation
98511b6
to
51a6a7a
Compare
Changelog: https://github.com/actions/runner/releases/tag/v2.320.0 github-runner: fix patch that doesn't apply
51a6a7a
to
bf1088c
Compare
The release notes contain:
Upstream added those packages to their Dockerfile. Shouldn't we also pass in those packages? |
after reading comments in actions/runner#3056, I am leaning towards no, but I will let maintainers decide |
I am not strictly against it, but as far as I understand the Dockerfile has nothing to do with the VM images of the GitHub-hosted runners. They include tons of preinstalled software and we obviously don't want to include all that software for the NixOS module. If we add the tools mentioned, the question immediately arises as to why other programs are not important as well. Therefore, I'd rather refer people to |
This needs backporting as Github Actions will block runners that are out of date |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-346347-to-release-24.05 origin/release-24.05
cd .worktree/backport-346347-to-release-24.05
git switch --create backport-346347-to-release-24.05
git cherry-pick -x 930f9daf233910fa4b6f1442d51c9a7be15deed1 bf1088cf5adc6bfeafbeec96960cfa61a93d3c4b |
Unfortunately the formatting patches makes the backport not apply cleanly |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-346347-to-release-24.05 origin/release-24.05
cd .worktree/backport-346347-to-release-24.05
git switch --create backport-346347-to-release-24.05
git cherry-pick -x 930f9daf233910fa4b6f1442d51c9a7be15deed1 bf1088cf5adc6bfeafbeec96960cfa61a93d3c4b |
https://github.com/actions/runner/releases/tag/v2.320.0
one patch failed to apply, replaced with substituteInPlace
happy to drop formatting changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.