Maybe I finally got the right C++ library for 32-bit?

pull/13171/head
Josh Haberman 11 years ago
parent 4b7fad4624
commit 697297433b
  1. 2
      travis.sh

@ -33,7 +33,7 @@ withprotobuf_script() {
# Can't enable the JIT because it only supports x64.
core32_install() {
sudo apt-get update -qq
sudo apt-get install libc6-dev-i386 lib32stdc++6
sudo apt-get install libc6-dev-i386 lib32stdc++6 libstdc++6:i386
}
core32_script() {
make -j12 tests USER_CPPFLAGS=-m32

Loading…
Cancel
Save