@@ -22,10 +22,10 @@ jobs:
2222 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323 with :
2424 # Amazon Linux 2 won't work with GH infrastructure
25- linux_os_versions : " [\" jammy\" , \" focal\" , \" rhel-ubi9\" , \" noble\" , \" bookworm\" , \" fedora39\" ]"
25+ # linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\", \"noble\", \"bookworm\", \"fedora39\"]"
2626 # We only care about the current stable release, because that's where we make our swiftly releases
2727 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\" }]"
28- 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
28+ linux_pre_build_command : ./scripts/prep-gh-action.sh && ./scripts/install-libarchive.sh
2929 enable_windows_checks : false
3030
3131 releasebuild :
3535 linux_os_versions : " [\" rhel-ubi9\" ]"
3636 # We only care about the current stable release, because that's where we make our swiftly releases
3737 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\" }]"
38- linux_pre_build_command : echo ""
38+ linux_pre_build_command : ./scripts/prep-gh-action.sh
3939 linux_build_command : swift run build-swiftly-release --skip 0.4.0
4040 enable_windows_checks : false
4141
4646 # We only need to run this with one swift release and on one of the linux distributions
4747 linux_os_versions : " [\" jammy\" ]"
4848 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\" }]"
49- linux_pre_build_command : echo ""
49+ linux_pre_build_command : ./scripts/prep-gh-action.sh
5050 linux_build_command : swift run swiftformat --lint --dryrun .
5151 enable_windows_checks : false
0 commit comments