Release Notes
This release bundles all runner changes from 4.17.1 through 4.17.5.
🚀 Features
- Add optional
modearg to target setup by @fargito in #397 - Restore DYLD_INSERT_LIBRARIES from SAMPLY_ alias by @not-matthias
- Bump valgrind-codspeed to 3.26.0-0codspeed3 by @adriencaccia
🐛 Bug Fixes
- Purge inherited mappings on execve to fix unknown symbols (#392) by @GuillaumeLagrange in #392
- Use %p in log file path to avoid multi-process overwrite by @not-matthias in #381
- Compare codspeed iteration of installed valgrind by @not-matthias
💼 Other
- Enable set -u to match go.sh by @not-matthias in #389
🏗️ Refactor
- Parse codspeed iteration from version string by @not-matthias
⚙️ Internals
- Bump samply by @not-matthias
- Bump samply to fix sigkill by @not-matthias in #386
- Log detected valgrind version by @not-matthias in #390
- Bump samply-codspeed to disable jit classification and add fp-anchoring to unwinding (#382) by @GuillaumeLagrange in #382
Install codspeed-runner 4.17.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.5/codspeed-runner-installer.sh | shDownload codspeed-runner 4.17.5
| File | Platform | Checksum |
|---|---|---|
| codspeed-runner-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| codspeed-runner-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| codspeed-runner-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: v4.17.0...v4.17.5