зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1725171 - Remove non unified static-analysis test. r=firefox-build-system-reviewers,glandium
Since now we have the hybrid build that is ran on linux64, win64 and macos64 this has become obsolete. Differential Revision: https://phabricator.services.mozilla.com/D123850
This commit is contained in:
Родитель
d4a1825562
Коммит
afeb9e9702
|
@ -107,49 +107,3 @@ external:
|
|||
- type: file
|
||||
name: public/code-review/clang-tidy.json
|
||||
path: /builds/worker/clang-tidy.json
|
||||
|
||||
linux64-non-unified:
|
||||
description: Run syntax test for non-unified build on C/C++ files.
|
||||
treeherder:
|
||||
symbol: cpp(non-unified)
|
||||
tier: 1
|
||||
attributes:
|
||||
code-review: false
|
||||
run-on-projects: ['integration']
|
||||
run:
|
||||
cwd: '{checkout}'
|
||||
command: >-
|
||||
source taskcluster/scripts/misc/source-test-clang-setup.sh &&
|
||||
taskcluster/scripts/misc/source-test-clang-non-unified.sh
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang
|
||||
- linux64-clang-tidy
|
||||
- linux64-rust
|
||||
- sysroot-x86_64-linux-gnu
|
||||
- sysroot-wasm32-wasi
|
||||
|
||||
macosx64-non-unified:
|
||||
description: Run syntax test for non-unified build on C/C++ files.
|
||||
platform: osx-cross/debug
|
||||
treeherder:
|
||||
symbol: cpp(non-unified)
|
||||
tier: 1
|
||||
attributes:
|
||||
code-review: false
|
||||
run-on-projects: ['integration']
|
||||
run:
|
||||
cwd: '{checkout}'
|
||||
command: >-
|
||||
source taskcluster/scripts/misc/source-test-clang-setup-macos64.sh &&
|
||||
taskcluster/scripts/misc/source-test-clang-non-unified.sh
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos
|
||||
- linux64-rust-size
|
||||
- linux64-cctools-port
|
||||
- linux64-clang-macosx-cross
|
||||
- macosx64-sdk-10.12
|
||||
- sysroot-x86_64-linux-gnu
|
||||
- sysroot-wasm32-wasi
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
NON_UNIFIED_CFG=$GECKO_PATH/build/non-unified-compat
|
||||
|
||||
cat "$NON_UNIFIED_CFG" | xargs ./mach static-analysis check-syntax
|
Загрузка…
Ссылка в новой задаче