Skip to content

Commit e48358a

Browse files
committed
Do not build haxelib for Linux arm64
1 parent 2dcce6d commit e48358a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,9 @@ jobs:
313313
set -ex
314314
eval $(opam env)
315315
opam config exec -- make -s -j`nproc` STATICLINK=1 haxe
316-
opam config exec -- make -s haxelib
317316
make -s package_unix
318317
ls -l out
319318
ldd -v ./haxe
320-
ldd -v ./haxelib
321319
322320
- name: Get KhaTools_linux_arm64
323321
run: git clone https://github.com/Kode/KhaTools_linux_arm64.git

extra/github-actions/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,9 @@ jobs:
166166
set -ex
167167
eval $(opam env)
168168
opam config exec -- make -s -j`nproc` STATICLINK=1 haxe
169-
opam config exec -- make -s haxelib
170169
make -s package_unix
171170
ls -l out
172171
ldd -v ./haxe
173-
ldd -v ./haxelib
174172
175173
- name: Get KhaTools_linux_arm64
176174
run: git clone https://github.com/Kode/KhaTools_linux_arm64.git

0 commit comments

Comments
 (0)