mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Remove debug steps
This commit is contained in:
parent
c0efb91c9a
commit
45d82c7a31
@ -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
|
# 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
|
# 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
|
WORKDIR /src
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ RUN yarn --ignore-scripts --pure-lockfile --network-timeout 600000
|
|||||||
|
|
||||||
COPY . ./
|
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
|
# Workaround: Need to install esbuild manually https://github.com/evanw/esbuild/issues/462#issuecomment-771328459
|
||||||
RUN node node_modules/esbuild/install.js
|
RUN node node_modules/esbuild/install.js
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user