Skip to content
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

Only install CMake from an official tarball for AMD64 #1089

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Only install CMake from an official tarball for AMD64 #1089

wants to merge 1 commit into from

Conversation

native-api
Copy link

@native-api native-api commented Dec 2, 2020

What is the problem that this PR is trying to fix?

https://travis-ci.community/t/wrong-binary-format-for-cmake-installed-as-an-addon-on-arm64-graviton2/10697

All architectures except amd64 and ppc64le are affected.

What approach did you choose and why?

Only install CMake from an _x86_64 tarball on amd64, use upgrade on other architectures as is already being done on ppc64le

How can you make sure the change works as expected?

cmake --version works rather than produce "cannot execute binary file: Exec format error"

Would you like any additional feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant