Skip to content

Commit

Permalink
Don't pass RUSTFLAGS to compile_rust_wasm (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaxill authored Mar 27, 2020
1 parent acf0783 commit 3f93a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/rust/oak_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub fn compile_rust_wasm(cargo_path: &str, module_name: &str) -> std::io::Result
"--target=wasm32-unknown-unknown",
&format!("--manifest-path={}", cargo_path),
])
.env_remove("RUSTFLAGS")
.spawn()?
.wait()?;

Expand Down

0 comments on commit 3f93a74

Please sign in to comment.