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 94e3f98 commit e4b64bbCopy full SHA for e4b64bb
ci/run.sh
@@ -23,7 +23,7 @@ case "$target" in
23
esac
24
25
case "$target" in
26
- # garando_errors only compiles on `cfg(any(unix, windows))`
+ # crash in std::env::tmp_dir (no filesystem on wasm).
27
*wasm*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next" ;;
28
# https://github.com/bytecodealliance/rustix/issues/1496
29
*loongarch*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next" ;;
0 commit comments