Skip to content

Commit

Permalink
buildcache: do not try to push dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Jan 27, 2025
1 parent 4f02e49 commit 11fe29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
. ${{ env.SPACK_PATH }}/share/spack/setup-env.sh
spack --color never find --format '{/hash};' | sed 's/;[[:space:]]*//g' | xargs -I{} spack buildcache push --base-image ${{ env.OS_NAME }}:${{ env.OS_VERSION }} ghcr-buildcache {}
spack --color never find --format '{/hash};' | sed 's/;[[:space:]]*//g' | xargs -I{} spack buildcache push --base-image ${{ env.OS_NAME }}:${{ env.OS_VERSION }} --only package ghcr-buildcache {}
if: ${{ !cancelled() }}
continue-on-error: true

Expand Down

0 comments on commit 11fe29a

Please sign in to comment.