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 41
41
remote_repo='https://github.com/llvm/llvm-project'
42
42
if [ ${{ steps.version.outputs.LLVM_VERSION_MINOR }} -ne 0 -o ${{ steps.version.outputs.LLVM_VERSION_PATCH }} -eq 0 ]; then
43
43
major_version=$(( ${{ steps.version.outputs.LLVM_VERSION_MAJOR }} - 1))
44
- baseline_ref="$major_version.0.0"
44
+ baseline_ref="llvmorg- $major_version.0.0"
45
45
46
46
# If there is a minor release, we want to use that as the base line.
47
47
minor_ref=`git ls-remote --refs -t $remote_repo llvmorg-$major_version.[1-9].[0-9] | tail -n1 | grep -o 'llvmorg-.\+' || true`
60
60
echo ::set-output name=ABI_LIBS::libclang.so
61
61
else
62
62
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
64
64
echo ::set-output name=ABI_HEADERS::.
65
65
echo ::set-output name=ABI_LIBS::libclang.so libclang-cpp.so
66
66
fi
You can’t perform that action at this time.
0 commit comments