Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Android x86 on CI #21166

Merged
merged 3 commits into from Jul 12, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Exiting on broken pipe is expected operation for the 'yes' program

  • Loading branch information
SimonSapin committed Jul 12, 2018
commit bfb3f2f66ddfa024136bb094a447fb6119f57c2f
@@ -8,5 +8,10 @@ set -o errexit
set -o nounset
set -o pipefail

# We enable pipefail above to satisfy servo-tidy, but disable it again here.
# In the case of the 'yes' program,
# exiting when the stdout pipe is broken is expected.
set +o pipefail

cd $(dirname ${0})/../..
yes | ./mach bootstrap-android
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.