-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: swiftlang/github-workflows
base: 0.0.5
head repository: swiftlang/github-workflows
compare: 0.0.8
- 13 commits
- 6 files changed
- 10 contributors
Commits on Jan 15, 2026
-
Fix crash in emulator launch in android-emulator-tests.sh (#223)
* Wait briefly before starting to poll the emulator in android-emulator-tests.sh * Poll emulator with adb shell getprop sys.boot_completed and manually handle timeout * Remove unused workflow * Update adb check for sys.boot_completed * Update adb check for sys.boot_completed * Update adb check for sys.boot_completed * Update adb check for sys.boot_completed * Syntax cleanup in android-emulator-tests.sh
Configuration menu - View commit details
-
Copy full SHA for 1ffcd38 - Browse repository at this point
Copy the full SHA 1ffcd38View commit details
Commits on Jan 19, 2026
-
Install Python 3.9 on 6.1 and lower (#227)
* Install Python 3.9 on 6.1 and lower The underlying Windows image has been updated to remove Python 3.9. Swift toolchains version 6.1 and lower require Python 3.9. Install it for these toolchains, and continue to install 3.10 for toolchains > 6.1. * Fixup whitespace lint issue
Configuration menu - View commit details
-
Copy full SHA for 6eb4e98 - Browse repository at this point
Copy the full SHA 6eb4e98View commit details
Commits on Jan 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7650d81 - Browse repository at this point
Copy the full SHA 7650d81View commit details
Commits on Jan 21, 2026
-
Update default macOS label to Tahoe (#230)
* Update default macOS to Tahoe Swiftlang’s self-hosted runners are now running on Tahoe. * Update the swift_package_test.yml workflows to use Tahoe
Configuration menu - View commit details
-
Copy full SHA for a5ed4ea - Browse repository at this point
Copy the full SHA a5ed4eaView commit details -
Support kt and toml files in the license check (#231)
These are often use in Gradle build script development
Configuration menu - View commit details
-
Copy full SHA for c188fe5 - Browse repository at this point
Copy the full SHA c188fe5View commit details
Commits on Feb 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e96b1ad - Browse repository at this point
Copy the full SHA e96b1adView commit details
Commits on Feb 19, 2026
-
Fix build warnings in the workflow for iOS (#173)
IMHO, it would be better to use `$(xcrun -f swift)` ("find" mode) instead of `xcrun swift` ("run" mode). `xcrun swift` is fine with packages that do not contain `executableTarget`, but it causes the following errors with packages that contain `executableTarget`: ``` clang: warning: using sysroot for 'MacOSX' but targeting 'iPhone' [-Wincompatible-sysroot] ``` To prevent this, we can use `$(xcrun -f swift)` instead of `xcrun swift`. Related discussion: https://forums.swift.org/t/getting-incompatible-sysroot-warning-when-compiling-for-ios-with-sdk-and-target-set/80584Configuration menu - View commit details
-
Copy full SHA for 2b7c740 - Browse repository at this point
Copy the full SHA 2b7c740View commit details -
Use local copy on action invocation (#236)
* Use local copy on action invocation Fixes #220 * Moving jobs with scripts into actions Publishing as an action bundles the directory contents with the action, so we can use helper scripts directly * Fix command to copy flake8 config file * fix uses * test failures
Configuration menu - View commit details
-
Copy full SHA for c6fcbaf - Browse repository at this point
Copy the full SHA c6fcbafView commit details -
Check if the locally installed Android NDK matches the wanted NDK ver…
…sion (#235) * Check if the locally installed Android NDK matches the configured NDK version We were never actually checking `android_ndk_versions` if ANDROID_NDK_HOME was set, as that environment variable always will be on the github runners. Also, since GitHub often has other NDKs installed too, check if a matching one is installed and use it, plus add some log output so we can verify all this easily from now on. * [CI] Add back Android flag needed to build it, and build against NDK 28c instead
Configuration menu - View commit details
-
Copy full SHA for 555b802 - Browse repository at this point
Copy the full SHA 555b802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ad4ac - Browse repository at this point
Copy the full SHA 27ad4acView commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bca81f7 - Browse repository at this point
Copy the full SHA bca81f7View commit details
Commits on Mar 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d7f8c78 - Browse repository at this point
Copy the full SHA d7f8c78View commit details
Commits on Mar 6, 2026
-
Update the Xcode versions - 26.3 and 26.4b2 (#245)
* Drop Xcode 26.0
Configuration menu - View commit details
-
Copy full SHA for 61db691 - Browse repository at this point
Copy the full SHA 61db691View 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 0.0.5...0.0.8