From ef9c714e13512458446ee63742e6ce8f31848bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20O=C5=BC=C3=B3g?= <58388001+SzymonOzog@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:33:28 +0200 Subject: [PATCH] disable ocelot cache --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe1083af34..5594d1ecdc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -248,7 +248,7 @@ jobs: sudo apt update -y sudo apt install -y --no-install-recommends git g++ cmake ninja-build llvm-15-dev zlib1g-dev libglew-dev flex bison libfl-dev libboost-thread-dev libboost-filesystem-dev nvidia-cuda-toolkit-gcc - name: Cache gpuocelot - if: matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton' + if: false#matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton' id: cache-build uses: actions/cache@v3 env: