Skip to content

Commit e79d038

Browse files
committed
Building with 5.10 crashes the compiler, switching to 6.0
1 parent 2b36dc3 commit e79d038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Instead, use the `dev` environment to validate a new release as follows:
4444
- Run the tests
4545

4646
```
47-
docker run --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
47+
docker run --rm -v "$PWD":/host -w /host swift:6.0.3-amazonlinux2 swift test
4848
```
4949
5050
- Deploy the new version to the "test" lambda

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ docker run \
2222
--rm \
2323
--volume "$(pwd):/src" \
2424
--workdir "/src" \
25-
swift:5.10.0-amazonlinux2 \
25+
swift:6.0.3-amazonlinux2 \
2626
swift build --disable-automatic-resolution --product "$executable" -c release --static-swift-stdlib #-Xswiftc -cross-module-optimization

0 commit comments

Comments
 (0)