mirror of
https://github.com/openai/codex.git
synced 2026-05-24 13:04:29 +00:00
Fix Darwin rusty-v8 runtime staging
This commit is contained in:
2
.github/workflows/rusty-v8-release.yml
vendored
2
.github/workflows/rusty-v8-release.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/v8-canary.yml
vendored
2
.github/workflows/v8-canary.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user