Skip to content

Commit

Permalink
Try llvm/clang 15
Browse files Browse the repository at this point in the history
This will test ParaToolsInc/salt#13
  • Loading branch information
zbeekman committed Jul 7, 2023
1 parent 68ab14c commit d965ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/git <<EOC
echo "Running under CI. \$CI=$CI. Shallow cloning will be used if a clone is required."
# export SHALLOW='--depth=1'
fi
if mkdir llvm-project && git --git-dir=/git/llvm-project.git -C llvm-project pull origin release/14.x --ff-only
if mkdir llvm-project && git --git-dir=/git/llvm-project.git -C llvm-project pull origin release/15.x --ff-only
then
echo "WARNING: Using cached llvm git repository and pulling updates"
cp -r /git/llvm-project.git /llvm-project/.git
Expand All @@ -50,7 +50,7 @@ RUN --mount=type=cache,target=/git <<EOC
echo "Cloning a fresh LLVM repository"
git clone --separate-git-dir=/git/llvm-project.git \
${SHALLOW:-} --single-branch \
--branch=release/14.x \
--branch=release/15.x \
--filter=blob:none \
https://github.com/llvm/llvm-project.git
if [ -f /llvm-project/.git ]; then
Expand Down

0 comments on commit d965ebe

Please sign in to comment.