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 5
5
6
6
jobs :
7
7
build :
8
+ if : false # Disabled until macOS hydra builders are back online
8
9
name : Prebuild and Upload
9
10
uses : ./.github/workflows/main.yml
10
11
with :
Original file line number Diff line number Diff line change 1
1
name : DevX closures for aarch64-linux
2
2
3
3
on :
4
- # Disabled until we have a new aarch64-linux hydra builder
5
- # push:
4
+ push :
6
5
7
6
jobs :
8
7
build :
8
+ if : false # Disabled until we have a new aarch64-linux hydra builder
9
9
name : Prebuild and Upload
10
10
uses : ./.github/workflows/main.yml
11
11
with :
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
platform :
14
- - x86_64-darwin
15
14
- x86_64-linux
15
+ # Disabled until macOS hydra builders are back online.
16
+ # - x86_64-darwin
16
17
# Skipping because we do not have runners for these set up.
17
18
# - aarch64-darwin
18
19
# - aarch64-linux
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
build :
8
+ if : false # Disabled until macOS hydra builders are back online
8
9
name : Prebuild and Upload
9
10
uses : ./.github/workflows/main.yml
10
11
with :
Original file line number Diff line number Diff line change 60
60
} ;
61
61
supportedSystems = [
62
62
"x86_64-linux"
63
- "x86_64-darwin"
64
63
# Currently no aarch64 linux builders
65
64
# "aarch64-linux"
66
- "aarch64-darwin"
65
+ # TODO put these back (macOS hydra builders are currently down)
66
+ # "x86_64-darwin"
67
+ # "aarch64-darwin"
67
68
] ;
68
69
in let flake-outputs = flake-utils . lib . eachSystem supportedSystems ( system :
69
70
let
You can’t perform that action at this time.
0 commit comments