Skip to content

Commit 5c15079

Browse files
committed
fixup: add valgrind symlink
1 parent 2f3d9e7 commit 5c15079

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
- name: Install uv
8080
uses: astral-sh/setup-uv@v5
8181

82+
# Ensure that the runner doesn't install it's own valgrind by linking vg-in-place to /usr/local/bin/valgrind,
83+
# which makes the version check work correctly.
84+
- name: Link vg-in-place to /usr/local/bin/valgrind
85+
run: sudo ln -sf "$PWD/vg-in-place" /usr/local/bin/valgrind
86+
8287
- name: Run the benchmarks
8388
uses: CodSpeedHQ/action@main
8489
env:

0 commit comments

Comments
 (0)