Skip to content

Commit

Permalink
Clean up docker container before building
Browse files Browse the repository at this point in the history
This should fix the error `write no space left on device` as suggested
by ptillet on slack.
  • Loading branch information
vwbaker authored and khasanovaa committed Nov 28, 2023
1 parent ad22312 commit b5fa0a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
run: |
# if this step crashes, it can leave behind a stale docker container
docker container prune -f
docker rmi -f $(docker images -q)
docker build --tag llvm-build --build-arg llvm_dir=llvm-project \
-f llvm-build/.github/workflows/llvm-build/Dockerfile .
Expand Down

0 comments on commit b5fa0a3

Please sign in to comment.