mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
Dockerfile: copy picolibc header into container
This commit is contained in:
@@ -15,6 +15,8 @@ RUN cd /tinygo/ && \
|
|||||||
git submodule sync && \
|
git submodule sync && \
|
||||||
git submodule update --init --recursive --force
|
git submodule update --init --recursive --force
|
||||||
|
|
||||||
|
COPY ./lib/picolibc-include/* /tinygo/lib/picolibc-include/
|
||||||
|
|
||||||
RUN cd /tinygo/ && \
|
RUN cd /tinygo/ && \
|
||||||
go install /tinygo/
|
go install /tinygo/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user