File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 remote_repo='https://github.com/llvm/llvm-project'
4242 if [ ${{ steps.version.outputs.LLVM_VERSION_MINOR }} -ne 0 -o ${{ steps.version.outputs.LLVM_VERSION_PATCH }} -eq 0 ]; then
4343 major_version=$(( ${{ steps.version.outputs.LLVM_VERSION_MAJOR }} - 1))
44- baseline_ref="$major_version.0.0"
44+ baseline_ref="llvmorg- $major_version.0.0"
4545
4646 # If there is a minor release, we want to use that as the base line.
4747 minor_ref=`git ls-remote --refs -t $remote_repo llvmorg-$major_version.[1-9].[0-9] | tail -n1 | grep -o 'llvmorg-.\+' || true`
6060 echo ::set-output name=ABI_LIBS::libclang.so
6161 else
6262 echo ::set-output name=BASELINE_VERSION_MAJOR::${{ steps.version.outputs.LLVM_VERSION_MAJOR }}
63- echo ::set-output name=BASELINE_REF::${{ steps.version.outputs.LLVM_VERSION_MAJOR }}.0.0
63+ echo ::set-output name=BASELINE_REF::llvmorg- ${{ steps.version.outputs.LLVM_VERSION_MAJOR }}.0.0
6464 echo ::set-output name=ABI_HEADERS::.
6565 echo ::set-output name=ABI_LIBS::libclang.so libclang-cpp.so
6666 fi
You can’t perform that action at this time.
0 commit comments