File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,14 @@ jobs:
227
227
- name : " Check that the haskell.nix roots do not require IFDs"
228
228
run : nix build .#roots.x86_64-linux --accept-flake-config --option allow-import-from-derivation false
229
229
230
- hydra-without-remote-builders :
230
+ hydra-without-remote-builders-ghc8107 :
231
231
runs-on : [self-hosted, linux]
232
232
steps :
233
233
- uses : actions/checkout@v4
234
234
- name : " Check that evaluation of hydra jobs works without using remote builders for GHC 8.10.7"
235
235
run : nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
236
236
237
- hydra-without-remote-builders :
237
+ hydra-without-remote-builders-ghc9101 :
238
238
runs-on : [self-hosted, linux]
239
239
steps :
240
240
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments