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 5874112 commit 7b2336dCopy full SHA for 7b2336d
utils/webassembly/amazonlinux/Dockerfile
@@ -35,6 +35,7 @@ ENV PATH="/home/ec2-user/cmake-3.16.5-Linux-x86_64/bin/:${PATH}"
35
ARG SWIFT_GIT_SHA
36
RUN git clone https://github.com/swiftwasm/swift.git
37
WORKDIR /home/ec2-user/swift
38
+RUN git fetch origin $SWIFT_GIT_SHA
39
RUN git checkout $SWIFT_GIT_SHA
40
RUN ./utils/update-checkout --clone --scheme wasm --skip-repository swift
41
RUN ./utils/webassembly/install-wasi-sdk.sh linux ubuntu-18.04
0 commit comments