Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
6ff5c73291
Merge 05d5383032 into d49fec1752 2024-06-27 19:37:54 +01:00
zowoq
d49fec1752 Revert "allow nixpkgs-review to build insecure packages"
This reverts commit 6e45a0911d.

not needed now that openssl_1_1 is disallowed
2024-06-26 10:35:07 +10:00

View File

@ -43,7 +43,7 @@ run cache commit =
proc "rm" ["-rf", revDir cache commit]
(exitCode, _nixpkgsReviewOutput) <-
ourReadProcessInterleavedSem $
proc "timeout" [T.unpack timeout, (binPath <> "/nixpkgs-review"), "rev", T.unpack commit, "--no-shell", "--extra-nixpkgs-config", "{ allowInsecurePredicate = x: true; }"]
proc "timeout" [T.unpack timeout, (binPath <> "/nixpkgs-review"), "rev", T.unpack commit, "--no-shell"]
case exitCode of
ExitFailure 124 -> do
output $ "[check][nixpkgs-review] took longer than " <> timeout <> " and timed out"