Fix Darwin rusty-v8 runtime staging

This commit is contained in:
Channing Conger
2026-05-07 19:29:16 -07:00
parent 1051924161
commit bb2da4a190
5 changed files with 272 additions and 13 deletions

View File

@@ -160,7 +160,7 @@ jobs:
"${pair_target}"
--build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
)
if [[ "${TARGET}" != *-pc-windows-msvc ]]; then
if [[ "${TARGET}" == *-unknown-linux-* ]]; then
bazel_args+=(
"@llvm//runtimes/libcxx:libcxx.static"
"@llvm//runtimes/libcxx:libcxxabi.static"

View File

@@ -151,7 +151,7 @@ jobs:
"${pair_target}"
--build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
)
if [[ "${TARGET}" != *-pc-windows-msvc ]]; then
if [[ "${TARGET}" == *-unknown-linux-* ]]; then
bazel_args+=(
"@llvm//runtimes/libcxx:libcxx.static"
"@llvm//runtimes/libcxx:libcxxabi.static"