Bug 1691022 - Update dump_syms for compact unwind info support. r=calixte

This also necessitates updating all the dump_syms builds to use rust 1.52
as symbolic now uses a few newer features.

Differential Revision: https://phabricator.services.mozilla.com/D117657
This commit is contained in:
Alexis Beingessner 2021-06-14 16:41:36 +00:00
parent 54a7fedb94
commit e866ae6cef
2 changed files with 5 additions and 5 deletions

View File

@ -507,7 +507,7 @@ dump-syms:
fetch:
type: git
repo: https://github.com/mozilla/dump_syms/
revision: 1e64e56720131bcf0ab01f201ed89a337c73069d
revision: 3cfe1848ad3247890715168a7175260abe6f96bc
fix-stacks:
description: fix-stacks source code

View File

@ -25,7 +25,7 @@ linux64-dump-syms:
toolchain:
- linux64-binutils
- linux64-clang-11
- linux64-rust-1.47
- linux64-rust-1.52
- linux64-sysroot
macosx64-dump-syms:
@ -37,7 +37,7 @@ macosx64-dump-syms:
toolchain-artifact: public/build/dump_syms.tar.xz
fetches:
toolchain:
- linux64-rust-macos-1.47
- linux64-rust-macos-1.52
- linux64-clang-11
- linux64-cctools-port-clang-11
- linux64-llvm-dsymutil
@ -52,7 +52,7 @@ macosx64-aarch64-dump-syms:
toolchain-artifact: public/build/dump_syms.tar.xz
fetches:
toolchain:
- linux64-rust-macos-1.49
- linux64-rust-macos-1.52
- linux64-clang-11
- linux64-cctools-port-clang-11
- linux64-llvm-dsymutil
@ -72,4 +72,4 @@ win64-dump-syms:
tooltool-downloads: internal
fetches:
toolchain:
- win64-rust-1.47
- win64-rust-1.52