Skip to content

Commit

Permalink
Bug 1934774 - Use the rust-toolchain variants to build dump_syms. r=g…
Browse files Browse the repository at this point in the history
…svelto

This was changed in bug 1870823 presumably because at the time dump_syms
needed a newer version of the rust compiler than what was in
rust-toolchain, but that's not the case anymore.

Differential Revision: https://phabricator.services.mozilla.com/D230895
  • Loading branch information
glandium committed Dec 3, 2024
1 parent 0e81686 commit 814cf45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taskcluster/kinds/toolchain/dump-syms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ linux64-dump_syms:
fetches:
toolchain:
- linux64-clang-toolchain
- linux64-rust
- linux64-rust-toolchain
- sysroot-x86_64-linux-gnu

macosx64-dump_syms:
Expand All @@ -35,7 +35,7 @@ macosx64-dump_syms:
arguments: ['x86_64-apple-darwin']
fetches:
toolchain:
- linux64-rust-macos
- linux64-rust-macos-toolchain
- linux64-clang-toolchain
- macosx64-sdk-toolchain

Expand All @@ -46,7 +46,7 @@ macosx64-aarch64-dump_syms:
arguments: ['aarch64-apple-darwin']
fetches:
toolchain:
- linux64-rust-macos
- linux64-rust-macos-toolchain
- linux64-clang-toolchain
- macosx64-sdk-toolchain

Expand All @@ -58,5 +58,5 @@ win64-dump_syms:
fetches:
toolchain:
- linux64-clang-toolchain
- linux64-rust-windows
- linux64-rust-windows-toolchain
- vs-toolchain

0 comments on commit 814cf45

Please sign in to comment.