Skip to content

Commit 2bd3814

Browse files
[ci] disable shared libraries for windows
1 parent f3ed18f commit 2bd3814

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/make.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ jobs:
7373
shell: msys2 {0}
7474
run: |
7575
PREFIX=$(cygpath -m "$GITHUB_WORKSPACE/binutils-install")
76-
./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --prefix="$PREFIX"
77-
make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
76+
./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --disable-shared --enable-static --disable-tls --prefix="$PREFIX"
77+
make configure-host -j6
78+
make LDFLAGS="-all-static" MAKEINFO=true -j6
79+
make install -j6
7880
7981
- name: "[Unix] Tar install"
8082
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)