Bug 1484434 - Port bug 1478813: add cbindgen to TaskCluster files. rs=bustage-fix CLOSED TREE
--HG-- extra : rebase_source : aa8a8a5a883b6193fe30579368fcc951f06ccc76
This commit is contained in:
Родитель
db1b573436
Коммит
7c70cd3c6b
|
@ -26,6 +26,7 @@ linux64/opt:
|
|||
- linux64-gcc
|
||||
- linux64-rust
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
linux64-nightly/opt:
|
||||
|
@ -62,6 +63,7 @@ linux64-nightly/opt:
|
|||
- linux64-clang
|
||||
- linux64-gcc
|
||||
- linux64-rust
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
linux64/debug:
|
||||
|
@ -92,6 +94,7 @@ linux64/debug:
|
|||
- linux64-clang
|
||||
- linux64-gcc
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
- linux64-rust
|
||||
|
||||
|
@ -123,6 +126,7 @@ linux/opt:
|
|||
- linux64-gcc
|
||||
- linux64-rust
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
linux-nightly/opt:
|
||||
|
@ -159,6 +163,7 @@ linux-nightly/opt:
|
|||
- linux64-clang
|
||||
- linux64-gcc
|
||||
- linux64-rust
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
linux/debug:
|
||||
|
@ -189,5 +194,6 @@ linux/debug:
|
|||
- linux64-clang
|
||||
- linux64-gcc
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
- linux64-rust
|
||||
|
|
|
@ -33,6 +33,7 @@ macosx64/debug:
|
|||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
macosx64/opt:
|
||||
|
@ -69,6 +70,7 @@ macosx64/opt:
|
|||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
||||
macosx64-nightly/opt:
|
||||
|
@ -111,4 +113,5 @@ macosx64-nightly/opt:
|
|||
- linux64-libdmg
|
||||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
|
|
|
@ -29,6 +29,7 @@ win32/opt:
|
|||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-sccache
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
||||
win32-nightly/opt:
|
||||
|
@ -68,6 +69,7 @@ win32-nightly/opt:
|
|||
toolchains:
|
||||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
||||
win32/debug:
|
||||
|
@ -101,6 +103,7 @@ win32/debug:
|
|||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-sccache
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
||||
win64/opt:
|
||||
|
@ -133,6 +136,7 @@ win64/opt:
|
|||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-sccache
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
||||
win64-nightly/opt:
|
||||
|
@ -172,6 +176,7 @@ win64-nightly/opt:
|
|||
toolchains:
|
||||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
||||
win64/debug:
|
||||
|
@ -204,4 +209,5 @@ win64/debug:
|
|||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-sccache
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
|
|
@ -21,9 +21,11 @@ jobs:
|
|||
- linux64-rust-1.19
|
||||
- linux64-rust-macos
|
||||
- linux64-sccache
|
||||
- linux64-cbindgen
|
||||
- linux64-node
|
||||
- win64-clang-cl
|
||||
- win64-rust
|
||||
- win64-rust-1.19
|
||||
- win64-sccache
|
||||
- win64-cbindgen
|
||||
- win64-node
|
||||
|
|
Загрузка…
Ссылка в новой задаче