Skip to content

Commit

Permalink
nuke sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Nov 1, 2024
1 parent 9b16715 commit 2c67a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c67a4b

Please sign in to comment.