We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fd930 commit b37f0b8Copy full SHA for b37f0b8
scripts/toolchain_builder/build
@@ -328,7 +328,6 @@ def build_env_vars(toolchain_path: Path):
328
return {
329
**common_env_vars(),
330
ENV_RUSTC: os.environ.get(ENV_LEAFC, default="leafc"),
331
- ENV_LEAFC_BUILDING_CORE: "true",
332
"RUSTUP_TOOLCHAIN": str(toolchain_path),
333
}
334
0 commit comments