mirror of
https://github.com/reactos/syzkaller.git
synced 2025-01-31 17:12:52 +00:00
travis: also install 32-bit libstdc++
The build is still broken with missing C++ headers. Let's see if this helps.
This commit is contained in:
parent
d394531e95
commit
aeaa0b58b9
@ -17,7 +17,8 @@ before_install:
|
||||
- sudo cp clang+llvm-4.0.1-x86_64-linux-gnu-debian8/bin/clang-format /usr/local/bin/
|
||||
- which clang-format
|
||||
- clang-format --version
|
||||
- sudo apt-get install -y -q libc6-dev-i386 linux-libc-dev g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu g++-arm-linux-gnueabihf
|
||||
- sudo apt-get install -y -q libc6-dev-i386 lib32stdc++-4.8-dev lib32stdc++-5-dev linux-libc-dev \
|
||||
g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu g++-arm-linux-gnueabihf
|
||||
|
||||
install: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user