Skip to content

Commit 392f76c

Browse files
committed
update valgrind
1 parent 9722dde commit 392f76c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ runs:
9999
if: ${{ runner.os == 'Linux' && contains(inputs.tools, 'cargo-codspeed') && github.ref_name == 'main' }}
100100
with:
101101
path: ~/valgrind-cache
102-
key: valgrind-3.24.0-codspeed-ubuntu-24.04-v1
102+
key: valgrind-3.25.1-codspeed-ubuntu-24.04-v1
103103

104104
- name: Restore Valgrind cache on PR
105105
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
106106
id: cache-valgrind-restore
107107
if: ${{ runner.os == 'Linux' && contains(inputs.tools, 'cargo-codspeed') && github.ref_name != 'main' }}
108108
with:
109109
path: ~/valgrind-cache
110-
key: valgrind-3.24.0-codspeed-ubuntu-24.04-v1
110+
key: valgrind-3.25.1-codspeed-ubuntu-24.04-v1
111111

112112
- name: Download Valgrind and dependencies
113113
if: ${{ runner.os == 'Linux' && contains(inputs.tools, 'cargo-codspeed') && steps.cache-valgrind.outputs.cache-hit != 'true' && steps.cache-valgrind-restore.outputs.cache-hit != 'true' }}
114114
shell: bash
115115
run: |
116116
mkdir -p ~/valgrind-cache
117117
cd ~/valgrind-cache
118-
curl -L https://github.com/CodSpeedHQ/valgrind-codspeed/releases/download/3.24.0-0codspeed1/valgrind_3.24.0-0codspeed1_ubuntu-24.04_amd64.deb -o valgrind-codspeed.deb
118+
curl -L https://github.com/CodSpeedHQ/valgrind-codspeed/releases/download/3.25.1-3codspeed2/valgrind_3.25.1-3codspeed2_ubuntu-24.04_amd64.deb -o valgrind-codspeed.deb
119119
apt-get download gdb libbabeltrace1 libc6-dbg libdebuginfod-common libdebuginfod1t64 libipt2 libsource-highlight-common libsource-highlight4t64
120120
121121
# `cargo codspeed run` takes 1-2 minutes to run `cargo-codspeed`

0 commit comments

Comments
 (0)