mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Alternative approach, we use rusty_v8 for all platforms that its predefined, but lets build from source a musl v8 version with bazel for x86 and aarch64 only. We would need to release this on github and then use the release.
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
import %workspace%/.github/workflows/ci.bazelrc
|
|
|
|
common --build_metadata=REPO_URL=https://github.com/openai/codex.git
|
|
common --build_metadata=ROLE=CI
|
|
common --build_metadata=VISIBILITY=PUBLIC
|