From e9ec35f764a0171a4a1d84e17df48f6fd0bc6cb8 Mon Sep 17 00:00:00 2001 From: Sylvain Benner Date: Mon, 9 Sep 2024 18:29:01 -0400 Subject: [PATCH] [CI] Fix llvmpipe, lavapipe install for valgrind and vulnerabilities (#2264) * [CI] Fix llvmpipe, lavapipe install for valgrind and vulnerabilities * Test github-actions v1.4.0 * Use v1 tag of github-actions --- .github/workflows/valgrind.yml | 2 +- .github/workflows/vulnerabilities.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index ac0220c39..d6d4f3f00 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Install valgrind run: | diff --git a/.github/workflows/vulnerabilities.yml b/.github/workflows/vulnerabilities.yml index 27a198fc2..489cba73a 100644 --- a/.github/workflows/vulnerabilities.yml +++ b/.github/workflows/vulnerabilities.yml @@ -34,7 +34,7 @@ jobs: components: rustfmt, rust-src - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Install cargo-careful env: @@ -62,7 +62,7 @@ jobs: components: rustfmt, rust-src - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Run AddressSanitizer env: @@ -85,7 +85,7 @@ jobs: components: rustfmt, rust-src - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Run ThreadSanitizer env: @@ -108,7 +108,7 @@ jobs: components: rustfmt, rust-src - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Run MemorySanitizer env: @@ -131,7 +131,7 @@ jobs: components: rustfmt, rust-src - name: Install llvmpipe and lavapipe - uses: ./.github/actions/setup-llvmpipe-lavapipe + uses: tracel-ai/github-actions/setup-llvmpipe-lavapipe@v1 - name: Run SafeStack env: