Ship 32-bit strip binary, mk. 3

This commit is contained in:
TheAssassin
2018-11-23 17:55:53 +01:00
parent b38612d07e
commit d65574544f

View File

@@ -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: