mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 1381770 - Don't use the relengapi proxy for Linux toolchain jobs. r=mshal
As the relengapi proxy doesn't appear to be very reliable, let's just use the public releng API, since we only need public artifacts anyways (no need for the relengapi token, which Linux TC workers don't have) --HG-- extra : rebase_source : bf16f01c61dc652a895424f04cce2f1b18ef2623
This commit is contained in:
parent
44f53ed5e4
commit
3e9b9583e5
@ -18,7 +18,6 @@ linux64-clang:
|
||||
run:
|
||||
using: toolchain-script
|
||||
script: build-clang-linux.sh
|
||||
tooltool-downloads: public
|
||||
resources:
|
||||
- 'build/build-clang/**'
|
||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||
@ -42,7 +41,6 @@ linux64-clang-tidy:
|
||||
run:
|
||||
using: toolchain-script
|
||||
script: build-clang-tidy-linux.sh
|
||||
tooltool-downloads: public
|
||||
resources:
|
||||
- 'build/clang-plugin/**'
|
||||
- 'build/build-clang/**'
|
||||
@ -98,7 +96,6 @@ linux64-cctools-port:
|
||||
run:
|
||||
using: toolchain-script
|
||||
script: build-cctools-port.sh
|
||||
tooltool-downloads: public
|
||||
resources:
|
||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||
|
||||
@ -118,7 +115,6 @@ linux64-hfsplus:
|
||||
run:
|
||||
using: toolchain-script
|
||||
script: build-hfsplus-linux.sh
|
||||
tooltool-downloads: public
|
||||
resources:
|
||||
- 'build/unix/build-hfsplus/**'
|
||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||
|
Loading…
x
Reference in New Issue
Block a user