summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-09-01 15:40:09 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-09-01 15:40:09 -0700
commit562a4d80df607990afd9a5955d376f17bdca6289 (patch)
tree6e108ab260ebeab34852c497cd3a04b8697785de /travis.sh
parent66a74a4fd53710aaf54a01f668d6a895f9266fbd (diff)
32-bit build needs 32-bit libraries installed.
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index d9bfdbf..650c306 100755
--- a/travis.sh
+++ b/travis.sh
@@ -32,7 +32,7 @@ withprotobuf_script() {
# need to be available as 32-bit libs also, which gets hairy fast.
# Can't enable the JIT because it only supports x64.
core32_install() {
- :
+ sudo apt-get install libc6-dev-i386
}
core32_script() {
make -j12 tests USER_CPPFLAGS=-m32
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback