Skip to content

Commit

Permalink
Add workaround for buggy rubygems in Ruby 3.4.0-preview2
Browse files Browse the repository at this point in the history
Got bitten by rubygems/rubygems#8108 again.
  • Loading branch information
ivoanjo committed Nov 26, 2024
1 parent d1e2d72 commit 12d61d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-memory-leaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
bundler: latest
cache-version: v1 # bump this to invalidate cache
- run: sudo apt-get update && (sudo apt-get install -y valgrind || sleep 5 && sudo apt-get install -y valgrind) && valgrind --version
- run: gem update --system 3.5.23 # TODO: This is a workaround for a buggy rubygems in 3.4.0-preview2; remove once stable version 3.4 is out
- run: bundle exec rake compile spec:profiling:memcheck
test-asan:
# Temporarily ruby-asan builds changes
Expand Down

0 comments on commit 12d61d0

Please sign in to comment.