File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 build :
8+ if : false # Disabled until macOS hydra builders are back online
89 name : Prebuild and Upload
910 uses : ./.github/workflows/main.yml
1011 with :
Original file line number Diff line number Diff line change 11name : DevX closures for aarch64-linux
22
33on :
4- # Disabled until we have a new aarch64-linux hydra builder
5- # push:
4+ push :
65
76jobs :
87 build :
8+ if : false # Disabled until we have a new aarch64-linux hydra builder
99 name : Prebuild and Upload
1010 uses : ./.github/workflows/main.yml
1111 with :
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 platform :
14- - x86_64-darwin
1514 - x86_64-linux
15+ # Disabled until macOS hydra builders are back online.
16+ # - x86_64-darwin
1617 # Skipping because we do not have runners for these set up.
1718 # - aarch64-darwin
1819 # - aarch64-linux
Original file line number Diff line number Diff line change 55
66jobs :
77 build :
8+ if : false # Disabled until macOS hydra builders are back online
89 name : Prebuild and Upload
910 uses : ./.github/workflows/main.yml
1011 with :
Original file line number Diff line number Diff line change 6060 } ;
6161 supportedSystems = [
6262 "x86_64-linux"
63- "x86_64-darwin"
6463 # Currently no aarch64 linux builders
6564 # "aarch64-linux"
66- "aarch64-darwin"
65+ # TODO put these back (macOS hydra builders are currently down)
66+ # "x86_64-darwin"
67+ # "aarch64-darwin"
6768 ] ;
6869 in let flake-outputs = flake-utils . lib . eachSystem supportedSystems ( system :
6970 let
You can’t perform that action at this time.
0 commit comments