Skip to content

Commit b052c2b

Browse files
committed
Add new Linux distributions to the GitHub workflow.
1 parent 2620466 commit b052c2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
name: Test
2222
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
24-
# linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
25-
# Not working: noble (compile error in TSC FileSystem), bookworm (missing memory.h), fedora39 (missing memory.h)
26-
linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\"]"
24+
# Amazon Linux 2 won't work with GH infrastructure
25+
linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\", \"noble\", \"bookworm\", \"fedora39\"]"
2726
# We only care about the current stable release, because that's where we make our swiftly releases
2827
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\"}]"
2928
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

0 commit comments

Comments
 (0)