-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
lvm2: put the profile scripts into etc/profile.d
#373288
Conversation
The PR's base branch is set to master, but 1149 commits from the staging branch are included. Make sure you know the right base branch for your changes, then:
|
You still seem to have 11 commits from another branch in this PR. I suggest you rebase interactively and drop them - those are probably commits that were on master already, but didn't make their way to staging at the time, yet. |
It looks like |
Separated reformatting, fixed the reference to tests, asked the original reporter of the bug about how to check if the bug is fixed, |
The following is broken on master but works here:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following is broken on master but works here:
Confirmed. The resulting -test-fhsenv-rootfs
folder structure seems better with profile.d than only with profile.
I did a stupid rg 'etc/profile' -C1000 | rg lvm2
and didn't get any matches. Not a proof, but at least an indication.
063d607
to
3f8254e
Compare
Build failure — an unrelated dependency timeout. Apparently the fourth commit causes GHA to break down workflow generation?? |
Funny times :D |
I think there's some general hiccups with GHA again, looking at the failures on https://github.com/NixOS/nixpkgs/actions |
Do they shard by commit hash and some of the shards are broken? (Trying to make sense that rolling back kind of helped) |
Checks NixOS#369732 regressions
Interesting idea. In that case amending the commit without changes to get a different hash should help. |
Which I did by rewriting a commit message, which seems to have helped… GHAcoin: rewrite the commit message until your hash hits a good shard! |
Yeah, worked for me elsewhere, too :D |
Motivation: #369732
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.