Mercurial
comparison .bazelrc @ 260:1f9877b637e9
Add Copilot-powered cyberpunk JRPG chat
Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 09:19:41 -0700 |
| parents | e82b80b24012 |
| children |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 1 # Auto-select config based on host OS | 1 # Auto-select config based on host OS |
| 2 startup --host_jvm_args=-Xmx8g | |
| 2 common --enable_platform_specific_config | 3 common --enable_platform_specific_config |
| 3 | 4 |
| 4 # Suppress duplicate library warnings from openssl BCR module on macOS | 5 # Suppress duplicate library warnings from openssl BCR module on macOS |
| 5 # Use host_linkopt to avoid passing this to cross-compilation targets (e.g., WASM) | 6 # Use host_linkopt to avoid passing this to cross-compilation targets (e.g., WASM) |
| 6 build:macos --host_linkopt=-Wl,-no_warn_duplicate_libraries | 7 build:macos --host_linkopt=-Wl,-no_warn_duplicate_libraries |