Skip to content

Commit 2224fe4

Browse files
authored
Merge pull request #4086 from DataDog/ivoanjo/re-enable-asan-testing
[NO-TICKET] Re-enable ASAN memory leaks testing
2 parents 27f7d0a + f1cd362 commit 2224fe4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/test-memory-leaks.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,10 @@ jobs:
1414
- run: sudo apt-get update && (sudo apt-get install -y valgrind || sleep 5 && sudo apt-get install -y valgrind) && valgrind --version
1515
- run: bundle exec rake compile spec:profiling:memcheck
1616
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
2017
runs-on: ubuntu-24.04
2118
steps:
2219
- 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
3121
with:
3222
ruby-version: asan
3323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)