diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-11-22 14:58:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 14:58:40 -0500 |
commit | ef192c6b362421bd632ba9384a469ff3f29add85 (patch) | |
tree | 1a9d05b7859b5103f1d94913d84b8e32d1a337a2 /etc/taskcluster/macos/Brewfile-build | |
parent | 10a63cc9d41acb535353436cf276eac5fdebb971 (diff) | |
parent | 77089ef44e8766b3d5366b0db4e8a608ee799657 (diff) | |
download | servo-homu-tmp.tar.gz servo-homu-tmp.zip |
Auto merge of #24811 - servo:fail-fast, r=jdmhomu-tmp
Fix updating the GitHub Status as soon as any TC task fails
… rather than only when the entire task group is resolved. This allows Homu to more quickly be notified of a failure, and move on to the next PR in the queue sooner.
(Plus drive-by Brewfile fix.)
Diffstat (limited to 'etc/taskcluster/macos/Brewfile-build')
-rw-r--r-- | etc/taskcluster/macos/Brewfile-build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/taskcluster/macos/Brewfile-build b/etc/taskcluster/macos/Brewfile-build new file mode 100644 index 00000000000..c78fe2cea3c --- /dev/null +++ b/etc/taskcluster/macos/Brewfile-build @@ -0,0 +1,12 @@ +# Build dependencies (that are not also runtime dependencies) + +brew "autoconf@2.13" +brew "automake" +brew "cmake" +brew "pkg-config" +brew "llvm" +brew "yasm" +brew "zlib" + +# For sccache +brew "openssl@1.1" |