Skip to content

Commit

Permalink
Merge pull request #3915 from DataDog/ivoanjo/temporarily-disable-asa…
Browse files Browse the repository at this point in the history
…n-testing

[NO-TICKET] Temporarily disable memory leak asan testing in CI
  • Loading branch information
ivoanjo authored Sep 17, 2024
2 parents 39f25d3 + 33b3eb4 commit 8f9f58c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-memory-leaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- run: sudo apt update && sudo apt install -y valgrind && valgrind --version
- run: bundle exec rake compile spec:profiling:memcheck
test-asan:
# Temporarily disabled on 2024-09-17 until ruby-asan builds are available again on
# https://github.com/ruby/ruby-dev-builder/releases
if: false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f9f58c

Please sign in to comment.