Skip to content

Commit 1d1cd93

Browse files
github-actions[bot]github-actionsrauhul
authored
Update to main-snapshot-2025-11-03 (#174)
* Update to main-snapshot-2025-11-03 Updates the `.swift-version` file to Swift `main-snapshot-2025-11-03`. > This PR was automatically generated. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Rauhul Varma <[email protected]>
1 parent d2ea250 commit 1d1cd93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-rpi-pico-sdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
git clone --depth 1 --branch ${{ env.PICO_SDK_VERSION }} https://github.com/raspberrypi/pico-sdk.git
6161
git -C pico-sdk submodule update --init --recursive
62+
# back-port a fix to be included with 2.2.1 to fix issue with arm-cle built-ins.
63+
git -C pico-sdk fetch --depth=1 origin 8fcd44a1718337861214ba5499a8faceea2bfa1d
64+
git -C pico-sdk checkout 8fcd44a1718337861214ba5499a8faceea2bfa1d src/rp2_common/hardware_sync/include/hardware/sync.h
6265
6366
- name: Clone Pico Extras
6467
run: |

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main-snapshot-2025-09-06
1+
main-snapshot-2025-11-03

0 commit comments

Comments
 (0)