File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -223,14 +223,18 @@ jobs:
223
223
steps :
224
224
- uses : actions/checkout@v4
225
225
- name : " Check that evaluation of hydra jobs works without using remote builders for GHC 9.6.7"
226
- run : nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc967-native --show-trace --builders ''
226
+ run : |
227
+ sed -i 's/runningHydraEvalTest = true;/runningHydraEvalTest = false;/' flake.nix
228
+ nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc967-native --show-trace --builders ''
227
229
228
230
hydra-without-remote-builders-ghc9102 :
229
231
runs-on : [self-hosted, linux]
230
232
steps :
231
233
- uses : actions/checkout@v4
232
234
- name : " Check that evaluation of hydra jobs works without using remote builders for GHC 9.10.2"
233
- run : nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc9102-native --show-trace --builders ''
235
+ run : |
236
+ sed -i 's/runningHydraEvalTest = true;/runningHydraEvalTest = false;/' flake.nix
237
+ nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc9102-native --show-trace --builders ''
234
238
235
239
hix-cabal :
236
240
runs-on : [self-hosted, linux]
You can’t perform that action at this time.
0 commit comments