Skip to content

Commit

Permalink
clarify 'docker' job names in GitHub UI (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 9, 2024
1 parent e0ffa9b commit 39fcfcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
env:
BUILD_TYPE: ${{ inputs.BUILD_TYPE }}
docker:
# IMAGE_REPO + the name generated by the 'build-image.yaml' workflow this
# calls is sufficient to uniquely identify one job
name: ${{ matrix.IMAGE_REPO }}
needs: compute-matrix
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
Expand Down
1 change: 1 addition & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [[ "$LINUX_VER" == "rockylinux"* ]]; then
fi
find /opt/conda -follow -type f -name '*.a' -delete
find /opt/conda -follow -type f -name '*.pyc' -delete
# recreate missing libstdc++ symlinks
conda clean -afy
EOF

Expand Down

0 comments on commit 39fcfcf

Please sign in to comment.