-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CMake to aarch64 base docker images #5437
Conversation
CI MESSAGE: [14357537]: BUILD STARTED |
docker/Dockerfile.build.aarch64-qnx
Outdated
RUN CMAKE_VERSION=3.20.1 && \ | ||
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-aarch64.sh && \ | ||
test -e /bin/sh || ln -s /usr/bin/sh /bin/sh && \ | ||
chmod +x cmake-${CMAKE_VERSION}-linux-aarch64.sh && \ | ||
./cmake-${CMAKE_VERSION}-linux-aarch64.sh --prefix=/usr/local --skip-license && \ | ||
rm -rf cmake-${CMAKE_VERSION}-linux-aarch64.sh | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that ever used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not anymore. I think we can just remove qnx in the next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I will remove
CI MESSAGE: [14357919]: BUILD STARTED |
Signed-off-by: Joaquin Anton <[email protected]>
c00b3e8
to
27f3390
Compare
CI MESSAGE: [14357919]: BUILD FAILED |
CI MESSAGE: [14367473]: BUILD STARTED |
CI MESSAGE: [14367473]: BUILD FAILED |
Signed-off-by: Joaquin Anton <[email protected]>
49da342
to
ae7dbcb
Compare
CI MESSAGE: [14369758]: BUILD STARTED |
CI MESSAGE: [14369758]: BUILD FAILED |
CI MESSAGE: [14369758]: BUILD PASSED |
Category:
Description:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A