Skip to content

Commit c25240b

Browse files
committed
Revert "Create debug builds for x86_64 and ARM"
This reverts commit 054acfe. Since debug builds can't be built statically, these binaries don't work on most systems due to libc mismatches
1 parent dd0bdda commit c25240b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/binaries.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,13 @@ jobs:
4040
file minisatip
4141
zip -9 -r /minisatip_x64.zip minisatip html
4242
43-
make clean
44-
./configure --disable-netcv
45-
make debug
46-
file minisatip
47-
zip -9 -r /minisatip_x64-debug.zip minisatip html
48-
4943
- name: Build ARM
5044
run: |
5145
make clean
5246
./configure --disable-netcv --enable-static --host=arm-linux-gnueabihf
5347
make
5448
file minisatip
5549
zip -9 -r /minisatip_arm.zip minisatip html
56-
57-
make clean
58-
./configure --disable-netcv --host=arm-linux-gnueabihf
59-
make debug
60-
file minisatip
61-
zip -9 -r /minisatip_arm-debug.zip minisatip html
6250
6351
- name: Build MIPS
6452
run: |
@@ -82,9 +70,7 @@ jobs:
8270
name: minisatip
8371
path: |
8472
/minisatip_x64.zip
85-
/minisatip_x64-debug.zip
8673
/minisatip_arm.zip
87-
/minisatip_arm-debug.zip
8874
/minisatip_axe.zip
8975
/minisatip_mips.zip
9076
/minisatip_mips_musl.zip

0 commit comments

Comments
 (0)