You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-07-10 12:18:44 -07:00
Ship 32-bit strip binary, mk. 3
This commit is contained in:
+4
-1
@@ -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