File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 # (see https://github.com/rescript-lang/docker-rescript-ci-build/blob/main/Dockerfile).
9797 # Note: Static ARM64 binaries cannot be built directly on Ubuntu runner because of
9898 # https://github.com/ocaml/opam-repository/issues/26216
99- static-binaries -linux-arm :
99+ build-compiler -linux-arm :
100100 runs-on : buildjet-2vcpu-ubuntu-2204-arm
101101
102102 steps :
@@ -132,7 +132,7 @@ jobs:
132132 name : binaries-${{ env.artifact_dir_name }}
133133 path : ${{ env.artifact_dir_name }}
134134
135- build :
135+ build-compiler :
136136 strategy :
137137 fail-fast : false
138138 matrix :
@@ -403,9 +403,9 @@ jobs:
403403
404404 package :
405405 needs :
406- - build
406+ - build-compiler
407+ - build-compiler-linux-arm
407408 - build-rewatch
408- - static-binaries-linux-arm
409409
410410 runs-on : ubuntu-latest
411411
You can’t perform that action at this time.
0 commit comments