-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-reqs required for ARMv8 (compile) install, and possibily others.
- Loading branch information
Daniel Knight
committed
May 7, 2019
1 parent
d7d02d9
commit b530fe5
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b530fe5
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.
@Fourdee
Okay that test was outstanding 👍. There were other cases were x86 didn't require pre-compiling and ARM did. So let's limit this to ARM
(( $G_HW_ARCH < 10 )) &&
to provide slim install on x86?b530fe5
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.
@MichaIng
Yep good call. Seems PIP only provides pre-compiled binaries for x86 devices.