Skip to content

Commit

Permalink
Reduce emscripten cache size by removing everything but llvm, clang a…
Browse files Browse the repository at this point in the history
…nd build folders (#460)
  • Loading branch information
mcbarton authored Jan 18, 2025
1 parent 46b25e4 commit b12f881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ jobs:
../llvm
emmake ninja clang clang-repl lld -j ${{ env.ncpus }}
fi
cd ../..
cd ../
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
cd ../
- name: Build LLVM/Cling on Windows systems if the cache is invalid
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit b12f881

Please sign in to comment.