Skip to content

Commit

Permalink
Merge pull request #3 from MillerTechnologyPeru/feature/5.7.1
Browse files Browse the repository at this point in the history
Updated to Swift 5.7.1
  • Loading branch information
colemancda authored Nov 3, 2022
2 parents 0087484 + 7720d2f commit 1eac474
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Swift version: 5.6-focal, 5.5, 5.4, 5.3, 5.2, 5.1, 4.2
ARG VARIANT=5.7-jammy
ARG VARIANT=5.7.1-jammy
FROM swift:${VARIANT}

# [Option] Install zsh
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ echo "BR2_PACKAGE_SWIFT_LLVM_DIR=\"${SWIFT_LLVM_DIR}\"" >> $DEFCONFIG_FILE_COPY
cd $BUILDROOT_DIR
make BR2_EXTERNAL=$SRC_ROOT tmp_$DEFCONFIG
rm -rf $DEFCONFIG_FILE_COPY
make source
make
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a Swift version
"VARIANT": "5.7-jammy",
"VARIANT": "5.7.1-jammy",
// Options
"NODE_VERSION": "lts/*"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
config: ["imx6slevk", "aarch64_efi", "pc_x86_64_efi", "olimex_imx233_olinuxino", "raspberrypi0w"]
runs-on: ubuntu-latest
container: swift:5.7-jammy
container: swift:5.7.1-jammy
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package/foundation/foundation.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 3a50954f6c821448dec94f3da51e6a101f8fba2ee3da8327637a9150f865411e foundation-5.7.tar.gz
sha256 667f0b75aae7c54d6c430ba25b6dc3be04e5388c0ea8b6435b8ab5c8a7e01337 foundation-5.7.1.tar.gz
2 changes: 1 addition & 1 deletion package/foundation/foundation.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Foundation
FOUNDATION_VERSION = 5.7
FOUNDATION_VERSION = 5.7.1
FOUNDATION_SITE = $(call github,apple,swift-corelibs-foundation,swift-$(FOUNDATION_VERSION)-RELEASE)
FOUNDATION_LICENSE = Apache-2.0
FOUNDATION_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/libdispatch/libdispatch.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 b8398571561f3e94053309c55029726af541180e3323ea68e3ca544bbdc57a10 libdispatch-5.7.tar.gz
sha256 363ae53e1b71d6849cc456872a278675620d811dccb3094ac1790f1cff944013 libdispatch-5.7.1.tar.gz
2 changes: 1 addition & 1 deletion package/libdispatch/libdispatch.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Grand Central Dispatch
LIBDISPATCH_VERSION = 5.7
LIBDISPATCH_VERSION = 5.7.1
LIBDISPATCH_SITE = $(call github,apple,swift-corelibs-libdispatch,swift-$(LIBDISPATCH_VERSION)-RELEASE)
LIBDISPATCH_LICENSE = Apache-2.0
LIBDISPATCH_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/libswiftdispatch/libswiftdispatch.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 b8398571561f3e94053309c55029726af541180e3323ea68e3ca544bbdc57a10 libswiftdispatch-5.7.tar.gz
sha256 363ae53e1b71d6849cc456872a278675620d811dccb3094ac1790f1cff944013 libswiftdispatch-5.7.1.tar.gz
2 changes: 1 addition & 1 deletion package/libswiftdispatch/libswiftdispatch.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Grand Central Dispatch with Swift overlay
LIBSWIFTDISPATCH_VERSION = 5.7
LIBSWIFTDISPATCH_VERSION = 5.7.1
LIBSWIFTDISPATCH_SITE = $(call github,apple,swift-corelibs-libdispatch,swift-$(LIBSWIFTDISPATCH_VERSION)-RELEASE)
LIBSWIFTDISPATCH_LICENSE = Apache-2.0
LIBSWIFTDISPATCH_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/swift/swift.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 5385aa70a62d57087c4f34e5cde0f0154dc9e3916bf4ac95a21594433e7db5f8 swift-5.7.tar.gz
sha256 10fc9ad6163120adfdb99b6d6287783cf07f81a89a26819cb6fcb26845b13cf1 swift-5.7.1.tar.gz
2 changes: 1 addition & 1 deletion package/swift/swift.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Apple's Swift Programming Language
SWIFT_VERSION = 5.7
SWIFT_VERSION = 5.7.1
SWIFT_SITE = $(call github,apple,swift,swift-$(SWIFT_VERSION)-RELEASE)
SWIFT_LICENSE = Apache-2.0
SWIFT_LICENSE_FILES = LICENSE.txt
Expand Down
1 change: 1 addition & 0 deletions package/xctest/xctest.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256 6a0c0d6f60e7211bbbc2096ca8cbb3a9400a5f9c4f0720f91ad447da0bffd2b8 xctest-5.7.1.tar.gz
2 changes: 1 addition & 1 deletion package/xctest/xctest.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### XCTest
XCTEST_VERSION = 5.7
XCTEST_VERSION = 5.7.1
XCTEST_SITE = $(call github,apple,swift-corelibs-xctest,swift-$(XCTEST_VERSION)-RELEASE)
XCTEST_LICENSE = Apache-2.0
XCTEST_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit 1eac474

Please sign in to comment.