File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,10 @@ jobs:
14
14
- run : sudo apt-get update && (sudo apt-get install -y valgrind || sleep 5 && sudo apt-get install -y valgrind) && valgrind --version
15
15
- run : bundle exec rake compile spec:profiling:memcheck
16
16
test-asan :
17
- # Temporarily disabled on 2024-09-17 until ruby-asan builds are available again on
18
- # https://github.com/ruby/ruby-dev-builder/releases
19
- if : false
20
17
runs-on : ubuntu-24.04
21
18
steps :
22
19
- uses : actions/checkout@v4
23
- # We're using a fork of ruby/setup-ruby because the "asan" tool is built into the clang compiler toolchain, and
24
- # needs Ruby to be built with a special configuration.
25
- #
26
- # The special configuration is not yet available in the upstream `ruby/setup-ruby` github action, so I needed to
27
- # fork it and push a small tweak to make it available.
28
- #
29
- # (The Ruby builds were added in https://github.com/ruby/ruby-dev-builder/pull/10 ).
30
- - uses : datadog/setup-ruby@0c7206d6db81faf999795ceebfac00d164298bd5
20
+ - uses : ruby/setup-ruby@v1
31
21
with :
32
22
ruby-version : asan
33
23
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments