Skip to content

Commit

Permalink
Try wget on llvm.sh script (should build latest stable version).
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 27, 2024
1 parent 5f84f6c commit b5b682f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
gcc \
libstdc++6 \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get install -y --no-install-recommends \
llvm-18 \
&& rm -rf /var/lib/apt/lists/*
RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
EOF
- name: Extract metadata (tags, labels) for Docker
Expand Down Expand Up @@ -100,7 +98,7 @@ jobs:
matrix:
# Minimal Build(s) - GHCR mirror speeds these up a lot!
spack_spec:
- gridkit@develop +enzyme ^ llvm@18
- gridkit@develop +enzyme

name: Build gridkit with Spack
steps:
Expand Down

0 comments on commit b5b682f

Please sign in to comment.