Skip to content

Commit 69af58b

Browse files
authored
ci: log macOS Swift build phases (#97151)
1 parent c6ade83 commit 69af58b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/package-mac-app.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ cd "$ROOT_DIR/apps/macos"
194194
echo "🔨 Building $PRODUCT ($BUILD_CONFIG) [${BUILD_ARCHS[*]}]"
195195
for arch in "${BUILD_ARCHS[@]}"; do
196196
BUILD_PATH="$(build_path_for_arch "$arch")"
197+
echo "🔨 Building $PRODUCT ($BUILD_CONFIG) [$arch]"
197198
swift build -c "$BUILD_CONFIG" --product "$PRODUCT" --build-path "$BUILD_PATH" --arch "$arch" -Xlinker -rpath -Xlinker @executable_path/../Frameworks
199+
echo "🔨 Building $MLX_TTS_HELPER_PRODUCT ($BUILD_CONFIG) [$arch]"
198200
swift build --package-path "$MLX_TTS_HELPER_ROOT" -c "$BUILD_CONFIG" --product "$MLX_TTS_HELPER_PRODUCT" --build-path "$(helper_build_path_for_arch "$arch")" --arch "$arch"
199201
done
200202

0 commit comments

Comments
 (0)