From 2c67a4b3362ef5096e8d637f622b82d28160e10f Mon Sep 17 00:00:00 2001 From: Gregory Shtrasberg Date: Fri, 1 Nov 2024 18:56:39 +0000 Subject: [PATCH] nuke sccache --- .github/workflows/scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts/build.sh b/.github/workflows/scripts/build.sh index 543e961086158..742ff5ce3dcf7 100644 --- a/.github/workflows/scripts/build.sh +++ b/.github/workflows/scripts/build.sh @@ -12,5 +12,7 @@ export MAX_JOBS=1 # Make sure release wheels are built for the following architectures export PYTORCH_ROCM_ARCH="gfx90a;gfx942" +apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f $(which sccache) + # Build $python_executable setup.py bdist_wheel --dist-dir=dist