Skip to content

Commit e4b64bb

Browse files
committed
ci: Update a comment about skipping wasm
We still need to skip testing ctest on wasm, but no longer because of ctest itself.
1 parent 94e3f98 commit e4b64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$target" in
2323
esac
2424

2525
case "$target" in
26-
# garando_errors only compiles on `cfg(any(unix, windows))`
26+
# crash in std::env::tmp_dir (no filesystem on wasm).
2727
*wasm*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next" ;;
2828
# https://github.com/bytecodealliance/rustix/issues/1496
2929
*loongarch*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next" ;;

0 commit comments

Comments
 (0)