Skip to content

Commit

Permalink
Merge pull request #3868 from DataDog/ivoanjo/fix-valgrind-install
Browse files Browse the repository at this point in the history
[NO-TICKET] Fix stale apt cache in memory leaks CI test
  • Loading branch information
ivoanjo authored Aug 27, 2024
2 parents c515a5e + 1b27cfe commit 0c87de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-memory-leaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: latest
cache-version: v1 # bump this to invalidate cache
- run: sudo apt install -y valgrind && valgrind --version
- run: sudo apt update && sudo apt install -y valgrind && valgrind --version
- run: bundle exec rake compile spec:profiling:memcheck
test-asan:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 0c87de3

Please sign in to comment.