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 a8564a0 commit 401451fCopy full SHA for 401451f
guests/python/build.rs
@@ -75,6 +75,7 @@ fn download_wasi_sdk() -> Result<(), Box<dyn std::error::Error>> {
75
let hex_digest = format!("{:x}", digest);
76
77
if hex_digest != SHA256_WASI_SDK_SYSROOT {
78
+ fs::remove_file(&tar_gz_path)?;
79
return Err(format!(
80
"SHA256 mismatch for wasi-sysroot.tar.gz: expected {}, got {}",
81
SHA256_WASI_SDK_SYSROOT, hex_digest
0 commit comments