Remove debug steps

This commit is contained in:
Will Hunt 2022-10-17 22:29:41 +01:00 committed by GitHub
parent c0efb91c9a
commit 45d82c7a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ ENV CARGO_NET_GIT_FETCH_WITH_CLI=$CARGO_NET_GIT_FETCH_WITH_CLI
# Needed to build rust things for matrix-sdk-crypto-nodejs
# See https://github.com/matrix-org/matrix-rust-sdk-bindings/blob/main/crates/matrix-sdk-crypto-nodejs/release/Dockerfile.linux#L5-L6
RUN apt-get update && apt-get install -y build-essential cmake time
RUN apt-get update && apt-get install -y build-essential cmake
WORKDIR /src
@ -23,7 +23,6 @@ RUN yarn --ignore-scripts --pure-lockfile --network-timeout 600000
COPY . ./
RUN /usr/bin/time -v cargo build --jobs 1
# Workaround: Need to install esbuild manually https://github.com/evanw/esbuild/issues/462#issuecomment-771328459
RUN node node_modules/esbuild/install.js
RUN yarn build