Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 16, 2024
1 parent cdc84da commit 08a8f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,16 @@ no_rust_c=""
case "${RUST_TARGET}" in
# TODO(hexagon):
# TODO(loongarch64):
hexagon-unknown-linux-musl | loongarch64-unknown-linux-gnu) no_rust_c=1 ;;
# TODO(*-wasip1-threads): unknown import: `env::memory` has not been defined
hexagon-unknown-linux-musl | loongarch64-unknown-linux-gnu | *-wasip1-threads) no_rust_c=1 ;;
esac
no_cpp=""
case "${RUST_TARGET}" in
# TODO(android):
# TODO(aarch64-unknown-openbsd): clang segfault
# TODO(sparc64-unknown-openbsd): error: undefined symbol: main
# TODO(*-wasip1-threads): not output
arm*-android* | thumb*-android* | i686-*-android* | aarch64-unknown-openbsd | sparc64-unknown-openbsd| *-wasip1-threads) no_cpp=1 ;;
arm*-android* | thumb*-android* | i686-*-android* | aarch64-unknown-openbsd | sparc64-unknown-openbsd | *-wasip1-threads) no_cpp=1 ;;
# TODO(redox): /x86_64-unknown-redox/x86_64-unknown-redox/include/bits/wchar.h:12:28: error: cannot combine with previous 'int' declaration specifier
*-redox*)
case "${cc}" in
Expand Down
4 changes: 2 additions & 2 deletions tools/target-list-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ windows_gnu_targets=(
)
# WASI
wasi_targets=(
wasm32-wasi
wasm32-wasip1
# wasm32-wasi
# wasm32-wasip1
wasm32-wasip1-threads
wasm32-wasip2 # tier3
)
Expand Down

0 comments on commit 08a8f8e

Please sign in to comment.