Skip to content

Commit e5f3d0b

Browse files
committed
Re-enable swift-system build (but without tests due to apple/swift-system#225)
1 parent a02cbc5 commit e5f3d0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/buildmajor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,9 @@ jobs:
194194
path: swift-system
195195
- name: Build swift-system
196196
shell: bash
197-
if: false # needs https://github.com/apple/swift-system/pull/225
198197
working-directory: swift-system
199198
run: |
200-
${{ steps.setup-toolchain-android.outputs.swift-build }} --build-tests
199+
${{ steps.setup-toolchain-android.outputs.swift-build }} # --build-tests # tests need https://github.com/apple/swift-system/pull/225
201200
202201
- name: Checkout swift-collections
203202
uses: actions/checkout@v4

0 commit comments

Comments
 (0)