File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/actions/Miscellaneous/Save_PR_Info Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 # which could be quite often for new releases
2424 export LLVM_HASH=$(git ls-remote https://github.com/llvm/llvm-project.git refs/heads/release/${{ matrix.clang-runtime}}.x | tr '\t' '-')
2525 fi
26-
26+ touch patches/llvm/clang${{ matrix.clang-runtime}}-empty.patch
2727 echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
2828 echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
2929
@@ -49,10 +49,11 @@ runs:
4949 $env:LLVM_HASH_TEMP = (git ls-remote https://github.com/llvm/llvm-project.git refs/heads/release/${{ matrix.clang-runtime}}.x )
5050 $env:LLVM_HASH = $env:LLVM_HASH_TEMP -replace "\t","-"
5151 }
52- touch patches/llvm/clang${{ matrix.clang-runtime}}-empty.patch
52+
5353 echo "CLING_HASH=$env:CLING_HASH"
5454 echo "LLVM_HASH=$env:LLVM_HASH"
5555
5656 echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
5757 echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
5858
59+
You can’t perform that action at this time.
0 commit comments