summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2020-06-02 11:30:26 -0700
committerAndrei Vagin <avagin@gmail.com>2020-06-02 11:30:26 -0700
commit5e4d7072a657be4a8ef1f7fb86c77c09651315e7 (patch)
tree1ca5e06344441b480897b9ab01ee7dce8647fe30 /.travis.yml
parent16100d18cbe27f01e1f0c147f91a694518ddc160 (diff)
make: Allow to specify bazel startup options.
And don't parse binary paths for the build target. Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40c8773fa..fbc0e46d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,10 @@ jobs:
- os: linux
arch: arm64
script:
- - uname -a && make smoke-test
+ # On arm64, we need to create our own pipes for stderr and stdout,
+ # otherwise we will not be able to open /dev/stderr. This is probably
+ # due to AppArmor rules.
+ - uname -a && make smoke-test 2>&1 | cat
branches:
except:
# Skip copybara branches.