mirror of
https://github.com/openai/codex.git
synced 2026-05-17 01:32:32 +00:00
ci: merge Unix runtime libs into rusty_v8 sandbox artifacts
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
3
.github/workflows/rusty-v8-release.yml
vendored
3
.github/workflows/rusty-v8-release.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
"${pair_target}"
|
||||
--build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
|
||||
)
|
||||
if [[ "${TARGET}" == *-unknown-linux-musl ]]; then
|
||||
if [[ "${TARGET}" != *-pc-windows-msvc ]]; then
|
||||
bazel_args+=(
|
||||
"@llvm//runtimes/libcxx:libcxx.static"
|
||||
"@llvm//runtimes/libcxx:libcxxabi.static"
|
||||
@@ -256,7 +256,6 @@ jobs:
|
||||
name: ${{ needs.metadata.outputs.release_tag }}
|
||||
files: |
|
||||
dist/**/librusty_v8_ptrcomp_sandbox_release_*.a.gz
|
||||
dist/**/rusty_v8_ptrcomp_sandbox_release_*.lib.gz
|
||||
dist/**/src_binding_ptrcomp_sandbox_release_*.rs
|
||||
dist/**/rusty_v8_ptrcomp_sandbox_release_*.sha256
|
||||
overwrite_files: true
|
||||
|
||||
2
.github/workflows/v8-canary.yml
vendored
2
.github/workflows/v8-canary.yml
vendored
@@ -157,7 +157,7 @@ jobs:
|
||||
"${pair_target}"
|
||||
--build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
|
||||
)
|
||||
if [[ "${TARGET}" == *-unknown-linux-musl ]]; then
|
||||
if [[ "${TARGET}" != *-pc-windows-msvc ]]; then
|
||||
bazel_args+=(
|
||||
"@llvm//runtimes/libcxx:libcxx.static"
|
||||
"@llvm//runtimes/libcxx:libcxxabi.static"
|
||||
|
||||
Reference in New Issue
Block a user