mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Ship 32-bit strip binary, mk. 3
This commit is contained in:
@@ -26,7 +26,10 @@ matrix:
|
||||
- automake # required for patchelf
|
||||
- libfuse2:i386
|
||||
- libcairo2:i386
|
||||
- binutils-i686-gnu # to be able to bundle 32-bit strip binary
|
||||
install:
|
||||
# to be able to bundle 32-bit strip binary
|
||||
- wget https://ftp.fau.de/debian/pool/main/b/binutils/binutils-i686-linux-gnu_2.31.1-7_i386.deb
|
||||
- sudo dpkg -i binutils-i686-linux-gnu*.deb
|
||||
- env: ARCH=x86_64 BUILD_TYPE=coverage
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user