commit 6588af5b35bd597264aaebaacbdaefbfaa2f44c7
parent 6d841bcf77022a23cf06707e79b3f4f9f70da542
Author: Abhishek Nimalan <abhisheknimalan@gmail.com>
Date: Wed, 10 Dec 2025 21:23:22 +0000
Bug 2003659 - Bump samply toolchain revision to include --presymbolicate support. r=perftest-reviewers,kshampur
Bump samply to a revision newer than 1cff6d0 which provides proper
presymbolication support (--presymbolicate). The rust toolchain for
building samply is modified as the new revision requires rust > 1.83.
Differential Revision: https://phabricator.services.mozilla.com/D275535
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/taskcluster/kinds/fetch/toolchains.yml b/taskcluster/kinds/fetch/toolchains.yml
@@ -561,7 +561,7 @@ samply:
fetch:
type: git
repo: https://github.com/mstange/samply
- revision: da75c28f367454c621e690eeb4e44ec2ebb29a78
+ revision: c947d6339a9bea6c5659c6317796c5061d0fd7e6
nodejs-12-linux64:
description: nodejs 12 for x64 linux
diff --git a/taskcluster/kinds/toolchain/misc.yml b/taskcluster/kinds/toolchain/misc.yml
@@ -612,7 +612,7 @@ linux64-samply:
- samply
toolchain:
- linux64-clang-toolchain
- - linux64-rust-toolchain
+ - linux64-rust
- sysroot-x86_64-linux-gnu
macosx64-samply:
@@ -632,7 +632,7 @@ macosx64-samply:
- samply
toolchain:
- linux64-clang-toolchain
- - linux64-rust-macos-toolchain
+ - linux64-rust-macos
- macosx64-sdk-toolchain
macosx64-aarch64-samply:
@@ -652,7 +652,7 @@ macosx64-aarch64-samply:
- samply
toolchain:
- linux64-clang-toolchain
- - linux64-rust-macos-toolchain
+ - linux64-rust-macos
- macosx64-sdk-toolchain
win64-samply:
@@ -672,7 +672,7 @@ win64-samply:
- samply
toolchain:
- linux64-clang-toolchain
- - linux64-rust-windows-toolchain
+ - linux64-rust-windows
- vs-toolchain
win64-mozmake: