We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57adac4 commit f91ac2dCopy full SHA for f91ac2d
Dockerfile
@@ -145,12 +145,13 @@ ARG COPTFLAGS="-O2 ${COPTFLAGS}"
145
WORKDIR /opt
146
147
RUN ./install-uv.sh -q
148
-RUN ./install-rust.sh -y -q --profile minimal --component rustfmt --target ${target_arch_rust}
+RUN ./install-rust.sh -y -q --profile minimal --component rustfmt --target ${target_arch_rust} --default-host=${target_arch_rust}
149
150
ENV PATH="/root/.cargo/bin:/root/.local/bin:${PATH}"
151
152
WORKDIR /opt/lightningd
153
154
+#TODO: set these in env instead of file?
155
RUN mkdir -p .cargo && tee .cargo/config.toml <<EOF
156
[target.${target_arch_rust}]
157
linker = "${target_arch}-gcc"
0 commit comments