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.
5 lines
192 B
Text
5 lines
192 B
Text
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
|