emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.92k stars 3.32k forks source link

Fix requires_rust to be consistent with environment variable #22981

Closed dschuff closed 1 week ago

dschuff commented 1 week ago

Fix for #22964 We are using 'EMTEST_SKIP_RUST' in the environments, but were using 'cargo' in the skipping logic

sbc100 commented 1 week ago

Ooops, sorry I uploaded my own PR before I saw this: https://github.com/emscripten-core/emscripten/pull/22982