Skip to content

Commit

Permalink
Enable swift-testing for development snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Feb 21, 2025
1 parent 3638c20 commit df87dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rm -rf $STAGING_DIR/usr/lib/swift*
./build-xctest.sh

# NOTE: Swift-testing is disabled in 6.1 since it fails to compile
if [[ $SWIFT_VERSION == *"6.0"* ]]; then
if [[ $SWIFT_VERSION == *"6.0"* ]] || [[ $SWIFT_VERSION == *"swift-DEVELOPMENT"* ]]; then
./build-swift-testing.sh
fi

Expand Down

0 comments on commit df87dbb

Please sign in to comment.