aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-07-24 14:04:43 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-24 14:04:43 +0200
commitd1ed573636be4a5ce9057ac1e7bf4d131b4816e2 (patch)
treee991843ef0d3204a60e89034cff41bd70838712f /Makefile
parentbeb957b7939d5039b8411737ef790b86d31c185c (diff)
Makefile: disable 32-bit executor build
Fails on travis...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8daae95c..bdfe36938 100644
--- a/Makefile
+++ b/Makefile
@@ -233,8 +233,11 @@ arch_windows_amd64_target:
arch_test:
env TARGETOS=test TARGETARCH=64 $(MAKE) executor
env TARGETOS=test TARGETARCH=64_fork $(MAKE) executor
- env TARGETOS=test TARGETARCH=32_shmem $(MAKE) executor
- env TARGETOS=test TARGETARCH=32_fork_shmem $(MAKE) executor
+ # 32-bit build fails on travis with:
+ # /usr/include/c++/4.8/utility:68:28: fatal error: bits/c++config.h: No such file or directory
+ # #include <bits/c++config.h>
+ # env TARGETOS=test TARGETARCH=32_shmem $(MAKE) executor
+ # env TARGETOS=test TARGETARCH=32_fork_shmem $(MAKE) executor
presubmit:
$(MAKE) generate