MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / help_message

Function help_message

build.py:260–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 print(f"{Colors.GREEN}✅ cargo-jvm is up to date.{Colors.RESET}")
259 return
260
261 print(f"{Colors.CYAN}📦 Building cargo-jvm...{Colors.RESET}")
262 subprocess.run(["cargo", "build", "--release"], cwd=Config.CARGO_JVM_DIR, check=True)
263 print(f"{Colors.GREEN} cargo-jvm built successfully.{Colors.RESET}")
264
265def generate_config_files():
266 """Generates config.toml and jvm-unknown-jvm.json from templates."""
267 print(f"{Colors.CYAN}🛠️ Generating configuration files from templates...{Colors.RESET}")
268

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected