Skip to content

Commit

Permalink
Add useful debugging output for macos builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 17, 2019
1 parent 9098e6a commit 409167d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/taskcluster/decision_task.py
Expand Up @@ -228,7 +228,7 @@ def macos_unit():
macos_build_task("Dev build + unit tests")
.with_treeherder("macOS x64", "Unit")
.with_script("""
./mach build --dev
./mach build --dev --verbose
./mach test-unit
./mach package --dev
./etc/ci/lockfile_changed.sh
Expand Down Expand Up @@ -264,7 +264,7 @@ def android_arm32_dev_from_macos():
export HOST_CC="$(brew --prefix llvm)/bin/clang"
export HOST_CXX="$(brew --prefix llvm)/bin/clang++"
./mach bootstrap-android --accept-all-licences --build
./mach build --android --dev
./mach build --android --dev --verbose
""")
.find_or_create("android_arm32_dev.macos." + CONFIG.git_sha)
)
Expand Down Expand Up @@ -509,7 +509,7 @@ def macos_wpt():
macos_build_task("Release build")
.with_treeherder("macOS x64", "Release")
.with_script("""
./mach build --release
./mach build --release --verbose
./etc/ci/lockfile_changed.sh
tar -czf target.tar.gz \
target/release/servo \
Expand Down

0 comments on commit 409167d

Please sign in to comment.