Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 716aa96

Browse files
committed
Try to fix merge base
1 parent 354e903 commit 716aa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ benchmark-comparison)
547547
LIT_ARGS="-sv -j1 --param optimization=speed libcxx/test/benchmarks/hash.bench.cpp libcxx/test/benchmarks/join_view.bench.cpp"
548548

549549
if [[ "${GITHUB_BASE_REF}" != "" ]]; then # triggered from a PR
550-
baseline_commit=$(git merge-base ${GITHUB_BASE_REF} ${GITHUB_SHA})
550+
baseline_commit=$(git merge-base refs/heads/${GITHUB_BASE_REF} ${GITHUB_SHA})
551551
else
552552
baseline_commit=$(git merge-base main HEAD)
553553
fi

0 commit comments

Comments
 (0)