Skip to content

Conversation

bkhouri
Copy link
Contributor

@bkhouri bkhouri commented Aug 28, 2025

No description provided.

@bkhouri bkhouri force-pushed the t/main/add_swiff-build branch from 7e250ee to b61447c Compare August 28, 2025 19:09
@bkhouri bkhouri force-pushed the t/main/add_swiff-build branch from b61447c to 9169cfb Compare August 28, 2025 19:45
windows_build_command: 'Invoke-Program swift test --no-parallel'
windows_build_command: 'Invoke-Program swift test --no-parallel --build-system native'
enable_linux_static_sdk_build: true
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing --build-system native

linux_build_command: 'swift test --no-parallel --build-system swiftbuild'
linux_swift_versions: '["nightly-main",]'
windows_swift_versions: '["nightly-main"]'
windows_build_command: 'Invoke-Program swift test --no-parallel --build-system swiftbuild'
enable_linux_static_sdk_build: true
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing --build-system swiftbuild

@bkhouri bkhouri force-pushed the t/main/add_swiff-build branch from 9169cfb to 291952a Compare August 28, 2025 20:03
@bkhouri bkhouri force-pushed the t/main/add_swiff-build branch from 291952a to ed08d83 Compare August 28, 2025 20:11
matrix:
buildSystem: ["native", "swiftbuild" ]
linuxSwiftVersion: ['["nightly-main", "nightly-6.2"]', '["nightly-main"]']
exclude:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clever!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants