mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
Update local server for Swift 6 compliance (#428)
* Update local server to Swift 6 * fix compilation error for local server in release mode * [CI] fix error for integration plugin test
This commit is contained in:
committed by
GitHub
parent
8724c47211
commit
21e224ea8d
@@ -114,7 +114,7 @@ jobs:
|
||||
pushd Examples/${EXAMPLE}
|
||||
|
||||
# package the example (docker and swift toolchain are installed on the GH runner)
|
||||
echo yes | swift package archive --allow-network-connections docker
|
||||
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
|
||||
|
||||
# did the plugin generated a Linux binary?
|
||||
[ -f ${OUTPUT_FILE} ]
|
||||
|
||||
Reference in New Issue
Block a user