File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,6 @@ tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
8787rm mold.tar.gz
8888EOF
8989
90- # Install AWS CLI for uploading build artifacts to S3.
91- RUN <<EOF
92- ARCH=$(uname -m)
93- wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-${ARCH}.zip
94- unzip awscli.zip
95- ./aws/install
96- rm -rf awscli.zip aws
97- EOF
98-
9990# Install rust.
10091ARG RUST_VERSION
10192ENV CARGO_HOME="/opt/rust/.cargo"
@@ -105,7 +96,6 @@ ENV PATH="$CARGO_HOME/bin:$PATH"
10596
10697# Print versions.
10798RUN <<EOF
108- aws --version
10999ccache --version
110100cmake --version
111101conan --version
Original file line number Diff line number Diff line change @@ -101,15 +101,6 @@ tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
101101rm mold.tar.gz
102102EOF
103103
104- # Install AWS CLI for uploading build artifacts to S3.
105- RUN <<EOF
106- ARCH=$(uname -m)
107- wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-${ARCH}.zip
108- unzip awscli.zip
109- ./aws/install
110- rm -rf awscli.zip aws
111- EOF
112-
113104# Install rust.
114105ARG RUST_VERSION
115106ENV CARGO_HOME="/opt/rust/.cargo"
@@ -119,7 +110,6 @@ ENV PATH="$CARGO_HOME/bin:$PATH"
119110
120111# Print versions.
121112RUN <<EOF
122- aws --version
123113ccache --version
124114cmake --version
125115conan --version
Original file line number Diff line number Diff line change @@ -73,15 +73,6 @@ tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
7373rm mold.tar.gz
7474EOF
7575
76- # Install AWS CLI for uploading build artifacts to S3.
77- RUN <<EOF
78- ARCH=$(uname -m)
79- wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-${ARCH}.zip
80- unzip awscli.zip
81- ./aws/install
82- rm -rf awscli.zip aws
83- EOF
84-
8576# Install rust.
8677ARG RUST_VERSION
8778ENV CARGO_HOME="/opt/rust/.cargo"
@@ -91,7 +82,6 @@ ENV PATH="$CARGO_HOME/bin:$PATH"
9182
9283# Print versions.
9384RUN <<EOF
94- aws --version
9585ccache --version
9686cmake --version
9787conan --version
You can’t perform that action at this time.
0 commit comments