Skip to content

Commit

Permalink
External Spack package for llvm explicitly set to /usr/lib/llvm-18.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 30, 2024
1 parent e61f963 commit 24aec42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,13 @@ jobs:
mirrors:
local-buildcache: oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
spack: https://binaries.spack.io/develop
packages:
llvm:
externals:
- spec: llvm@18
prefix: /usr/lib/llvm-18
EOF
- name: Check /usr/lib/cmake/
run: ls -ltrh /usr/lib/cmake/

- name: Configure GHCR mirror
run: spack -e . mirror set --oci-username ${{ env.USERNAME }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache

Expand Down

0 comments on commit 24aec42

Please sign in to comment.