feat(linker): Add cargo linker to dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
56c1c804e6
commit
cd2cf79ccf
|
@ -6,4 +6,5 @@ RUN git clone https://github.com/OnionIoT/source.git
|
||||||
COPY openwrt-build-config source/.config
|
COPY openwrt-build-config source/.config
|
||||||
|
|
||||||
ENV FORCE_UNSAFE_CONFIGURE=1
|
ENV FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
ENV CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_LINKER=/source/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl/bin/mipsel-openwrt-linux-musl-gcc
|
||||||
RUN cd source && make -j12
|
RUN cd source && make -j12
|
Loading…
Reference in a new issue