mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #2946 from avagin:travis-pipefail
PiperOrigin-RevId: 315972822
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ script:
|
||||
# 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
|
||||
- bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat'
|
||||
branches:
|
||||
except:
|
||||
# Skip copybara branches.
|
||||
|
||||
Reference in New Issue
Block a user