File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ build_target_toolchain() {
40
40
env DESTDIR=" $TRIPLE_DESTDIR " \
41
41
cmake --install " $TARGET_BUILD_ROOT /$STDLIB_PRODUCT -$HOST_SUFFIX " --prefix /usr
42
42
43
- local swift_testing_build_dir=" $TARGET_BUILD_ROOT /swift-testing- $SHORT_TRIPLE "
43
+ local swift_testing_build_dir=" $TARGET_BUILD_ROOT /wasmswiftsdk- $HOST_SUFFIX / swift-testing/ $TRIPLE "
44
44
# TODO: Remove this check once we build swift-testing for +threads target
45
45
if [[ -d " $swift_testing_build_dir " ]]; then
46
46
env DESTDIR=" $TRIPLE_DESTDIR " \
Original file line number Diff line number Diff line change 3
3
set -euxo pipefail
4
4
5
5
SOURCE_PATH=" $( cd " $( dirname " $0 " ) /../../../.." && pwd) "
6
- TARGET_BUILD_ROOT=" $SOURCE_PATH /build/WebAssembly"
6
+ BUILD_DIR=" $SOURCE_PATH /build"
7
+ TARGET_BUILD_ROOT=" $BUILD_DIR /WebAssembly"
7
8
8
9
HOST_SUFFIX=$( find " $TARGET_BUILD_ROOT " -name " wasmstdlib-*" -exec basename {} \; | sed ' s/wasmstdlib-//' )
9
- env " PATH=$TARGET_BUILD_ROOT /llvm-$HOST_SUFFIX /bin:$PATH " " LIT_FILTER_OUT=(IRGen/|embedded/)" ninja check-swift-wasi-wasm32-custom -C " $TARGET_BUILD_ROOT /wasmstdlib-$HOST_SUFFIX "
10
+ env " PATH=$TARGET_BUILD_ROOT /llvm-$HOST_SUFFIX /bin:$BUILD_DIR /llvm-tools/bin: $ PATH" " LIT_FILTER_OUT=(IRGen/|embedded/)" ninja check-swift-wasi-wasm32-custom -C " $TARGET_BUILD_ROOT /wasmstdlib-$HOST_SUFFIX "
Original file line number Diff line number Diff line change 1
1
{
2
- "base-tag" : " swift-DEVELOPMENT-SNAPSHOT-2025-06-12 -a" ,
2
+ "base-tag" : " swift-DEVELOPMENT-SNAPSHOT-2025-06-17 -a" ,
3
3
"icu4c" : [],
4
4
"libxml2" : [
5
5
" https://github.com/swiftwasm/libxml2-wasm/releases/download/2.0.0/libxml2-wasm32-unknown-wasi.tar.gz" ,
You can’t perform that action at this time.
0 commit comments