Skip to content
Snippets Groups Projects

Resolve "srtool no more builds the WASM"

Merged Cédric Moreau requested to merge 189-srtool-no-more-builds-the-wasm into master
3 files
+ 168
85
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -24,6 +24,8 @@ COPY . .
@@ -24,6 +24,8 @@ COPY . .
RUN apt-get update && \
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y clang cmake protobuf-compiler
DEBIAN_FRONTEND=noninteractive apt-get install -y clang cmake protobuf-compiler
 
RUN rustup component add rust-src
 
# build duniter
# build duniter
ARG debug=0
ARG debug=0
RUN if [ "$debug" = 0 ]; then \
RUN if [ "$debug" = 0 ]; then \
Loading