Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PassiveLogic/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 5 files changed
  • 8 contributors

Commits on Jun 30, 2025

  1. 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
    shahmishal authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    1e591b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Provide script for downloading nightly-6.2 for Windows (swiftlang#138)

    Needed for docker-less flow. Also removing nightly-6.1 script
    award999 authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    bc2db71 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. 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
    FranzBusch authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    31032ce View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. 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.
    rauhul authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    285e1fb View commit details
    Browse the repository at this point in the history
  2. 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
    jrflat authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    1dac9d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. 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
    MaxDesiatov authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    6065185 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. 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.
    jrflat authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    77f315f View commit details
    Browse the repository at this point in the history
  2. 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.
    jrflat authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    b8f8a6c View commit details
    Browse the repository at this point in the history
  3. Add enable_embedded_wasm_sdk_build to swift_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
    MaxDesiatov authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    3230532 View commit details
    Browse the repository at this point in the history
  4. Fix the Swift versions list for Windows (swiftlang#141)

    * Fix the Swift versions list for Windows
    
    * Explain the Swift versions list for Windows
    glessard authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    1f5e7cd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. 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.
    jakepetroules authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    818776f View commit details
    Browse the repository at this point in the history
Loading