Skip to content

Commit 3c95db7

Browse files
authored
Remove elf2uf2-rs install (#230)
It isn't used, adds a dependency on libudev-dev on RPiOS, and we can use picotool to create UF2 files instead anyway
1 parent 1b313ed commit 3c95db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/rustUtil.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export async function downloadAndInstallRust(): Promise<boolean> {
326326
}
327327

328328
// install elf2uf2-rs
329-
const elf2uf2Rs = "elf2uf2-rs";
329+
/*const elf2uf2Rs = "elf2uf2-rs";
330330
cargoInstResult = await cargoInstall(elf2uf2Rs, true);
331331
if (cargoInstResult !== undefined) {
332332
void window.showErrorMessage(
@@ -335,7 +335,7 @@ export async function downloadAndInstallRust(): Promise<boolean> {
335335
);
336336
337337
return false;
338-
}
338+
}*/
339339

340340
// install cargo-sbom
341341
const cargoSbom = "cargo-sbom";

0 commit comments

Comments
 (0)