mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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.
8 lines
173 B
Python
8 lines
173 B
Python
exports_files([
|
|
"aws-lc-sys_memcmp_check.patch",
|
|
"v8_bazel_rules.patch",
|
|
"v8_module_deps.patch",
|
|
"v8_source_portability.patch",
|
|
"windows-link.patch",
|
|
])
|