Skip to content

Commit 5ebcc60

Browse files
committed
Add more log messages to build scripts
# Conflicts: # utils/webassembly/build-toolchain.sh
1 parent 7fff59a commit 5ebcc60

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ merge_toolchains
125125

126126
cd "$DIST_TOOLCHAIN_DESTDIR"
127127
tar cfz "$PACKAGE_ARTIFACT" "$TOOLCHAIN_NAME"
128+
echo "Toolchain archive created successfully!"

utils/webassembly/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export SCCACHE_DIR="$SOURCE_PATH/build-cache"
3434

3535
$BUILD_SCRIPT
3636

37+
echo "Build script completed, will attempt to run test suites..."
38+
3739
if [[ "$(uname)" == "Darwin" ]]; then
3840
# workaround: host target test directory is necessary to use run-test
3941
mkdir -p $TARGET_BUILD_DIR/swift-macosx-x86_64/test-macosx-x86_64
@@ -53,3 +55,5 @@ else
5355
# Run test but ignore failure temporarily
5456
ninja check-swift-wasi-wasm32 -C $TARGET_BUILD_DIR/swift-$HOST_SUFFIX || true
5557
fi
58+
59+
echo "The test suite has finished"

0 commit comments

Comments
 (0)