We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b63af commit 9fe518aCopy full SHA for 9fe518a
scripts/ubuntu-install-swift.sh
@@ -64,15 +64,4 @@ sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plug
64
sudo usermod -aG docker "$USER"
65
66
# LOGOUT and LOGIN to apply the changes
67
-exit
68
-
69
-# reconnect with ssh
70
71
-export PATH=/home/ubuntu/swift-6.0.3-RELEASE-ubuntu24.04-aarch64/usr/bin:"${PATH}"
72
73
-# clone a project
74
-git clone https://github.com/swift-server/swift-aws-lambda-runtime.git
75
76
-# build the project
77
-cd swift-aws-lambda-runtime/Examples/ResourcesPackaging/
78
-LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
+exit 0
0 commit comments