File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
sed -i 's/ifdLevel = 3;/ifdLevel = 2;/' flake.nix
164
164
./check-hydra.sh
165
165
166
- hydra-ifdLevel-3-and-ghc-8-10 :
166
+ hydra-ifdLevel-3 :
167
167
runs-on : [self-hosted, linux]
168
168
timeout-minutes : 30
169
169
steps :
Original file line number Diff line number Diff line change 284
284
traceHydraJobs ( lib . recursiveUpdate flake ( lib . optionalAttrs ( ifdLevel > 2 ) {
285
285
hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
286
286
name = "nix-tools" ;
287
- constituents = [
287
+ constituents = ( if runningHydraEvalTest then [ ] else [
288
288
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
289
289
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
290
- "x86_64-linux.nix-tools.static.zipped.nix-tools-static"
291
- "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
292
290
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
293
291
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
292
+ ] ) ++ [
293
+ "x86_64-linux.nix-tools.static.zipped.nix-tools-static"
294
+ "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
294
295
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-no-ifd"
295
296
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64-no-ifd"
296
297
( writeText "gitrev" ( self . rev or "0000000000000000000000000000000000000000" ) )
You can’t perform that action at this time.
0 commit comments