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 013d92c commit 1f98ce5Copy full SHA for 1f98ce5
.github/builder/Dockerfile
@@ -13,8 +13,8 @@ COPY .github/builder/rsrc/rpms /install/rpms
13
14
RUN yum -y install /install/rpms/*.rpm && yum clean all
15
16
-RUN tar -C /install -xvf /install/rust-nightly-x86_64-unknown-linux-gnu.tar.xz && \
17
- /install/rust-nightly-x86_64-unknown-linux-gnu/install.sh && \
+RUN tar -C /install --strip-components=1 -xvf /install/rust-nightly-x86_64-unknown-linux-gnu.tar.xz && \
+ /install/install.sh && \
18
mkdir -p /make && \
19
tar -C /make --strip-components=1 -xf /install/make-4.4.1.tar.gz && \
20
pushd /make && \
0 commit comments