Backed out 2 changesets (bug 1891452) due to m-c regression causing build bustage. r=backout
Backed out changeset ab8fdc5fb524 (bug 1891452) Backed out changeset 1ba438e559a9 (bug 1891452)
This commit is contained in:
Родитель
967a9d302a
Коммит
771db3c95d
|
@ -17,6 +17,8 @@ CFLAGS += [
|
|||
|
||||
# Use OS_LIBS instead of LDFLAGS to "force" the flag to come after -pie
|
||||
# from MOZ_PROGRAM_LDFLAGS.
|
||||
OS_LIBS += [
|
||||
"-no-pie",
|
||||
]
|
||||
if CONFIG["CC_TYPE"] == "clang":
|
||||
# clang < 5.0 doesn't support -no-pie.
|
||||
OS_LIBS += ["-nopie"]
|
||||
else:
|
||||
OS_LIBS += ["-no-pie"]
|
||||
|
|
|
@ -21,12 +21,12 @@ job-defaults:
|
|||
# mozilla-central for Firefox builds, except that the Android compiler-rt
|
||||
# pieces have been left out.
|
||||
|
||||
linux64-clang-18:
|
||||
description: "Clang 18 toolchain build"
|
||||
linux64-clang-17:
|
||||
description: "Clang 17 toolchain build"
|
||||
attributes:
|
||||
local-toolchain: true
|
||||
treeherder:
|
||||
symbol: TL(clang-18)
|
||||
symbol: TL(clang-17)
|
||||
worker-type: b-linux-gcp
|
||||
worker:
|
||||
max-run-time: 600
|
||||
|
@ -40,22 +40,22 @@ linux64-clang-18:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-cctools-port
|
||||
- linux64-clang-18-raw
|
||||
- linux64-aarch64-compiler-rt-18
|
||||
- linux64-x64-compiler-rt-18
|
||||
- linux64-x86-compiler-rt-18
|
||||
- macosx64-aarch64-compiler-rt-18
|
||||
- macosx64-x64-compiler-rt-18
|
||||
- wasm32-wasi-compiler-rt-18
|
||||
- win32-compiler-rt-18
|
||||
- win64-compiler-rt-18
|
||||
- linux64-clang-17-raw
|
||||
- linux64-aarch64-compiler-rt-17
|
||||
- linux64-x64-compiler-rt-17
|
||||
- linux64-x86-compiler-rt-17
|
||||
- macosx64-aarch64-compiler-rt-17
|
||||
- macosx64-x64-compiler-rt-17
|
||||
- wasm32-wasi-compiler-rt-17
|
||||
- win32-compiler-rt-17
|
||||
- win64-compiler-rt-17
|
||||
|
||||
win64-clang-18:
|
||||
description: "Clang-cl 18 toolchain build"
|
||||
win64-clang-17:
|
||||
description: "Clang-cl 17 toolchain build"
|
||||
attributes:
|
||||
local-toolchain: true
|
||||
treeherder:
|
||||
symbol: TW64(clang-18)
|
||||
symbol: TW64(clang-17)
|
||||
worker-type: b-linux-gcp
|
||||
worker:
|
||||
max-run-time: 600
|
||||
|
@ -69,12 +69,12 @@ win64-clang-18:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-cctools-port
|
||||
- win64-clang-18-raw
|
||||
- linux64-aarch64-compiler-rt-18
|
||||
- linux64-x64-compiler-rt-18
|
||||
- linux64-x86-compiler-rt-18
|
||||
- macosx64-aarch64-compiler-rt-18
|
||||
- macosx64-x64-compiler-rt-18
|
||||
- wasm32-wasi-compiler-rt-18
|
||||
- win32-compiler-rt-18
|
||||
- win64-compiler-rt-18
|
||||
- win64-clang-17-raw
|
||||
- linux64-aarch64-compiler-rt-17
|
||||
- linux64-x64-compiler-rt-17
|
||||
- linux64-x86-compiler-rt-17
|
||||
- macosx64-aarch64-compiler-rt-17
|
||||
- macosx64-x64-compiler-rt-17
|
||||
- wasm32-wasi-compiler-rt-17
|
||||
- win32-compiler-rt-17
|
||||
- win64-compiler-rt-17
|
||||
|
|
|
@ -10,12 +10,12 @@ kind-dependencies:
|
|||
- packages
|
||||
|
||||
reference-jobs:
|
||||
- linux64-aarch64-compiler-rt-18
|
||||
- linux64-aarch64-compiler-rt-17
|
||||
- linux64-cargo-vet
|
||||
- linux64-cbindgen
|
||||
- linux64-cctools-port
|
||||
- linux64-clang-18-profile
|
||||
- linux64-clang-18-raw
|
||||
- linux64-clang-17-profile
|
||||
- linux64-clang-17-raw
|
||||
- linux64-clang-mingw-x64
|
||||
- linux64-clang-mingw-x86
|
||||
- linux64-clang-tidy
|
||||
|
@ -50,18 +50,18 @@ reference-jobs:
|
|||
- linux64-upx
|
||||
- linux64-winchecksec
|
||||
- linux64-wine
|
||||
- linux64-x64-compiler-rt-18
|
||||
- linux64-x86-compiler-rt-18
|
||||
- linux64-x64-compiler-rt-17
|
||||
- linux64-x86-compiler-rt-17
|
||||
- linux64-xar
|
||||
- macosx64-aarch64-compiler-rt-18
|
||||
- macosx64-clang-18-raw
|
||||
- macosx64-aarch64-compiler-rt-17
|
||||
- macosx64-clang-17-raw
|
||||
- macosx64-fix-stacks
|
||||
- macosx64-grcov
|
||||
- macosx64-minidump-stackwalk
|
||||
- macosx64-node
|
||||
- macosx64-sdk
|
||||
- macosx64-sdk-toolchain
|
||||
- macosx64-x64-compiler-rt-18
|
||||
- macosx64-x64-compiler-rt-17
|
||||
- mingw32-rust
|
||||
- nsis
|
||||
- sysroot-aarch64-linux-gnu
|
||||
|
@ -69,15 +69,15 @@ reference-jobs:
|
|||
- sysroot-wasm32-wasi
|
||||
- sysroot-x86_64-linux-gnu
|
||||
- vs
|
||||
- wasm32-wasi-compiler-rt-18
|
||||
- win32-compiler-rt-18
|
||||
- wasm32-wasi-compiler-rt-17
|
||||
- win32-compiler-rt-17
|
||||
- win32-fix-stacks
|
||||
- win32-minidump-stackwalk
|
||||
- win32-node
|
||||
- win64-cbindgen
|
||||
- win64-clang-18-raw
|
||||
- win64-clang-18-stage1
|
||||
- win64-compiler-rt-18
|
||||
- win64-clang-17-raw
|
||||
- win64-clang-17-stage1
|
||||
- win64-compiler-rt-17
|
||||
- win64-libxml2
|
||||
- win64-dump_syms
|
||||
- win64-grcov
|
||||
|
|
Загрузка…
Ссылка в новой задаче