style: format TOML and Rust files
This commit is contained in:
@@ -192,7 +192,12 @@ fn invoke_build(current_dir: &Path) -> Result<()> {
|
||||
.env("RUSTUP_HOME", env::var("RUSTUP_HOME").unwrap_or_default())
|
||||
// Support compilation on stable rust
|
||||
.env("RUSTC_BOOTSTRAP", "1")
|
||||
.args(["build", "--release", "-Zbuild-std=core", "-Zbuild-std-features=panic_immediate_abort"])
|
||||
.args([
|
||||
"build",
|
||||
"--release",
|
||||
"-Zbuild-std=core",
|
||||
"-Zbuild-std-features=panic_immediate_abort",
|
||||
])
|
||||
.arg("--target")
|
||||
.arg(polkavm_linker::target_json_path(args).unwrap());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user