dockerTools.streamLayeredImage: fix enableFakechroot#429601
dockerTools.streamLayeredImage: fix enableFakechroot#429601philiptaron merged 1 commit intoNixOS:masterfrom
Conversation
|
One alternative is to put |
This broke with NixOS#417132 where the previous behaviour of suppressing errors of the export into $NIX_BUILD_TOP/env-vars when dumping env vars. This error seems to stem from the non-existance of $NIX_BUILD_TOP. This fix ensures the NIX_BUILD_TOP propagates into the proot environment.
402731f to
6ccf14b
Compare
|
Thank you very much for your efforts, @terlar. I'm curious to know how you made out the PR/commit that introduced the regression. I tried throwing |
|
|
@juliusrickert The procedure was quite painful as it was changes in the generic-builder. I explained it here: I had to drill down to the code ( Even with this I had to rebuild a few 100 packages, so it took a few hours to bisect. |
This broke with #417132 where the previous behaviour of suppressing errors of the export into $NIX_BUILD_TOP/env-vars when dumping env vars.
This error seems to stem from the non-existance of $NIX_BUILD_TOP. This fix ensures the NIX_BUILD_TOP propagates into the proot environment.
This can be verified by running the dockerTools tests:
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.