Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/endtoend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install the static SDK
run: |
swift sdk install \
https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \
--checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c
https://download.swift.org/swift-6.3-release/static-sdk/swift-6.3-RELEASE/swift-6.3-RELEASE_static-linux-0.1.0.artifactbundle.tar.gz \
--checksum d2078b69bdeb5c31202c10e9d8a11d6f66f82938b51a4b75f032ccb35c4c286c

- name: Build the example
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Install the static SDK
run: |
swift sdk install \
https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \
--checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c
https://download.swift.org/swift-6.3-release/static-sdk/swift-6.3-RELEASE/swift-6.3-RELEASE_static-linux-0.1.0.artifactbundle.tar.gz \
--checksum d2078b69bdeb5c31202c10e9d8a11d6f66f82938b51a4b75f032ccb35c4c286c

# Run the test script
- name: Test ELF detection
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_2_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_3_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_2_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_6_3_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"

Expand Down
Loading