File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
# (see https://github.com/rescript-lang/docker-rescript-ci-build/blob/main/Dockerfile).
97
97
# Note: Static ARM64 binaries cannot be built directly on Ubuntu runner because of
98
98
# https://github.com/ocaml/opam-repository/issues/26216
99
- static-binaries -linux-arm :
99
+ build-compiler -linux-arm :
100
100
runs-on : buildjet-2vcpu-ubuntu-2204-arm
101
101
102
102
steps :
@@ -132,7 +132,7 @@ jobs:
132
132
name : binaries-${{ env.artifact_dir_name }}
133
133
path : ${{ env.artifact_dir_name }}
134
134
135
- build :
135
+ build-compiler :
136
136
strategy :
137
137
fail-fast : false
138
138
matrix :
@@ -403,9 +403,9 @@ jobs:
403
403
404
404
package :
405
405
needs :
406
- - build
406
+ - build-compiler
407
+ - build-compiler-linux-arm
407
408
- build-rewatch
408
- - static-binaries-linux-arm
409
409
410
410
runs-on : ubuntu-latest
411
411
You can’t perform that action at this time.
0 commit comments