Skip to content

Commit

Permalink
remove cpack docker prune
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Sep 13, 2023
1 parent a3b3524 commit 9098b80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,13 @@ jobs:
run: |
pushd docker
./build-docker.sh --distro ${{ matrix.os-distro }} --versions ${{ matrix.os-version }} --rocm-versions ${{ matrix.rocm-version }}
docker system prune -a -f
popd
- name: Build Release
timeout-minutes: 150
run: |
pushd docker
./build-docker-release.sh --distro ${{ matrix.os-distro }} --versions ${{ matrix.os-version }} --rocm-versions ${{ matrix.rocm-version }} -- ${CI_SCRIPT_ARGS} ${CI_GENERATOR_ARGS}
docker system prune -a -f
popd
- name: List Files
Expand Down

0 comments on commit 9098b80

Please sign in to comment.