From 8f30e1842d0b296da022075edff277088629b602 Mon Sep 17 00:00:00 2001 From: Corbin Robeck Date: Thu, 21 Nov 2024 01:42:27 +0000 Subject: [PATCH] add asan libs to CI --- .github/workflows/integration-tests.yml | 3 +++ .github/workflows/integration-tests.yml.in | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c7a93459bc70..9d7b595d6f45 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -382,6 +382,9 @@ jobs: run: | python3 -m pip install --upgrade pip python3 -m pip install lit + - name: Install ASAN libraries + run: | + apt-get install rocm-ml-sdk-asan - name: Install Triton id: amd-install-triton run: | diff --git a/.github/workflows/integration-tests.yml.in b/.github/workflows/integration-tests.yml.in index afaef1369c46..b9f8c28e302a 100644 --- a/.github/workflows/integration-tests.yml.in +++ b/.github/workflows/integration-tests.yml.in @@ -384,6 +384,10 @@ jobs: python3 -m pip install --upgrade pip python3 -m pip install lit + - name: Install ASAN libraries + run: | + apt-get install rocm-ml-sdk-asan + - name: Install Triton id: amd-install-triton run: |