| Issue |
165765
|
| Summary |
build_docker_image.sh fails to work on arm64
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
clay9
|
Error Message:
<img width="818" height="585" alt="Image" src="" />
Exact location in the code:
llvm/utils/docker/debian12/Dockerfile
RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip" && \
echo "6f98805688d19672bd699fbbfa2c2cf0fc054ac3df1f0e6a47664d963d530255 ninja-linux.zip" \
| sha256sum -c && \
unzip ninja-linux.zip -d /usr/local/bin && \
rm ninja-linux.zip
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs