File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ COPY --from=tinygo-base /tinygo/targets /tinygo/targets
29
29
30
30
RUN cd /tinygo/ && \
31
31
apt-get update && \
32
- apt-get install -y make clang-11 libllvm11 lld-11 && \
32
+ apt-get install -y make clang-11 libllvm11 lld-11 cmake ninja-build && \
33
+ mkdir build && \
33
34
make wasi-libc binaryen
34
35
35
36
# tinygo-avr stage installs the needed dependencies to compile TinyGo programs for AVR microcontrollers.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ ifeq ($(OS),Windows_NT)
54
54
CGO_LDFLAGS += -static -static-libgcc -static-libstdc++
55
55
CGO_LDFLAGS_EXTRA += -lversion
56
56
57
- BINARYEN_OPTION += -DCMAKE_EXE_LINKER_FLAGS='-static-libgcc -static-libstdc++'
57
+ BINARYEN_OPTION += -DCMAKE_EXE_LINKER_FLAGS='-static-libgcc -static-libstdc++'
58
58
59
59
LIBCLANG_NAME = libclang
60
60
You can’t perform that action at this time.
0 commit comments