Skip to content
Snippets Groups Projects
Verified Commit 94f556e9 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update latest.Dockerfile

parent 5ea7e465
No related branches found
No related tags found
No related merge requests found
Pipeline #31863 passed
......@@ -52,6 +52,9 @@ RUN cd /tmp \
## Configure and build
&& ./boot.source \
&& ./configure \
--build=$(uname -m)-alpine-linux \
--host=$(uname -m)-alpine-linux \
--target=$(uname -m)-alpine-linux \
## Use the LLVM backend
## Switch llvm-targets from unknown-linux-gnueabihf->alpine-linux
## so we can match the llvm vendor string alpine uses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment