-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: PassiveLogic/github-workflows
base: main
head repository: swiftlang/github-workflows
compare: main
- 11 commits
- 5 files changed
- 8 contributors
Commits on Jun 30, 2025
-
Update the Windows nightly docker image to 2022 (swiftlang#137)
* Update the Windows nightly docker image to 2022 * Update swift version for nightly windows and linux testing * Update swift_package_test.yml
Configuration menu - View commit details
-
Copy full SHA for 1e591b4 - Browse repository at this point
Copy the full SHA 1e591b4View commit details
Commits on Jul 2, 2025
-
Provide script for downloading nightly-6.2 for Windows (swiftlang#138)
Needed for docker-less flow. Also removing nightly-6.1 script
Configuration menu - View commit details
-
Copy full SHA for bc2db71 - Browse repository at this point
Copy the full SHA bc2db71View commit details
Commits on Jul 31, 2025
-
Enable the api breaking check to work for private repos (swiftlang#143)
* Enable the api breaking check to work for private repos # Motivation Currently, the API breaking check is not working for private repos since it requires git credentials to be configured so that it can clone the repo again # Modifications This sets the `persist-credentials` to `true` for only the diagnose API breaking checks job since that one has a credible need to re-use the git credentials # Result API breaking change checking now works for private repos * Update soundness.yml
Configuration menu - View commit details
-
Copy full SHA for 31032ce - Browse repository at this point
Copy the full SHA 31032ceView commit details
Commits on Aug 1, 2025
-
Remove Xcode 16.0 & 16.1 (swiftlang#140)
These images have been removed from the swift ci images and should no longer be tested against.
Configuration menu - View commit details
-
Copy full SHA for 285e1fb - Browse repository at this point
Copy the full SHA 285e1fbView commit details -
Add jobs for Linux static SDK and Wasm SDK builds (swiftlang#142)
* Add workflows for Linux static SDK and Wasm SDK builds * Update URLs and remove extra PR testing to prepare for merge
Configuration menu - View commit details
-
Copy full SHA for 1dac9d5 - Browse repository at this point
Copy the full SHA 1dac9d5View commit details
Commits on Aug 5, 2025
-
Add Embedded Swift for Wasm support to
install-and-build-with-sdk.sh
(swiftlang#145) * Update install-and-build-with-sdk.sh * Update install-and-build-with-sdk.sh * Update install-and-build-with-sdk.sh * Update install-and-build-with-sdk.sh * Update install-and-build-with-sdk.sh * Address PR feedback * Fix use of `static_linux_sdk_checksum` local * install-and-build-with-sdk.sh: fix use of locals
Configuration menu - View commit details
-
Copy full SHA for 6065185 - Browse repository at this point
Copy the full SHA 6065185View commit details
Commits on Aug 6, 2025
-
Support RPM distros when building with Swift static Linux/Wasm SDKs (s…
…wiftlang#148) * Support RPM distros when building with Swift static Linux/Wasm SDKs * Add rhel-ubi9 to pull_request.yml * Update script URL to this PR branch for testing * Revert "Update script URL to this PR branch for testing" This reverts commit 2b72913.
Configuration menu - View commit details
-
Copy full SHA for 77f315f - Browse repository at this point
Copy the full SHA 77f315fView commit details -
Support custom build commands for Swift static Linux/Wasm SDK builds (s…
…wiftlang#149) * Support custom build commands for Swift static Linux/Wasm SDK builds * Update script URL to this PR branch for testing * Revert "Update script URL to this PR branch for testing" This reverts commit f956c65.
Configuration menu - View commit details
-
Copy full SHA for b8f8a6c - Browse repository at this point
Copy the full SHA b8f8a6cView commit details -
Add
enable_embedded_wasm_sdk_build
toswift_package_test.yml
(swi……ftlang#150) * Add Embedded Swift for Wasm in `swift_package_test.yml` Also cleaned up incorrect "SDK" naming: we're using Swift SDKs and not plain Clang or Xcode SDKs in these workflows. * Update swift_package_test.yml * Update swift_package_test.yml * Update swift_package_test.yml * Update swift_package_test.yml * Fix capitalization * Use `main` branch script in `swift_package_test.yml` * Fix typo in `swift_package_test.yml` * Update pull_request.yml * Update pull_request.yml * Update pull_request.yml * Update pull_request.yml * Update pull_request.yml
Configuration menu - View commit details
-
Copy full SHA for 3230532 - Browse repository at this point
Copy the full SHA 3230532View commit details -
Fix the Swift versions list for Windows (swiftlang#141)
* Fix the Swift versions list for Windows * Explain the Swift versions list for Windows
Configuration menu - View commit details
-
Copy full SHA for 1f5e7cd - Browse repository at this point
Copy the full SHA 1f5e7cdView commit details
Commits on Aug 14, 2025
-
Fix support for amazonlinux2 with the swift_package_test workflow (sw…
…iftlang#151) checkout@v4 requires a version of node that requires a newer version of glibc than exists on this OS version, so downgrade it to v1 for AL2.
Configuration menu - View commit details
-
Copy full SHA for 818776f - Browse repository at this point
Copy the full SHA 818776fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main