Skip to content

Commit 3923645

Browse files
committed
Add a release test for Linux RHEL9
1 parent c5662ea commit 3923645

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,14 @@ jobs:
2828
linux_exclude_swift_versions: "[{\"swift_version\": \"nightly-main\"},{\"swift_version\": \"nightly-6.0\"},{\"swift_version\": \"5.8\"},{\"swift_version\": \"5.9\"},{\"swift_version\": \"5.10\"}]"
2929
linux_pre_build_command: ((apt-get update && apt-get -y install curl make) || ((curl --help || yum -y install curl) && yum -y install make)) && ./scripts/install-libarchive.sh
3030
enable_windows_checks: false
31+
32+
release-tests:
33+
name: Release Test
34+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
35+
with:
36+
linux_os_oversions: "[\"rhel-ubi9\"]"
37+
# We only care about the current stable release, because that's where we make our swiftly releases
38+
linux_exclude_swift_versions: "[{\"swift_version\": \"nightly-main\"},{\"swift_version\": \"nightly-6.0\"},{\"swift_version\": \"5.8\"},{\"swift_version\": \"5.9\"},{\"swift_version\": \"5.10\"}]"
39+
linux_pre_build_command: ((apt-get update && apt-get -y install curl make) || ((curl --help || yum -y install curl) && yum -y install make)) && ./scripts/install-libarchive.sh
40+
linux_build_command: swift run build-swiftly-release --skip 0.4.0
41+
enable_windows_checks: false

0 commit comments

Comments
 (0)