Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7da6fce

Browse filesBrowse files
authored
Define arch for all workflows on aarch64
1 parent 8f26419 commit 7da6fce
Copy full SHA for 7da6fce

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ else
3636
echo " > Linux environment "
3737
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
3838
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
39-
if [[ $PLAT == 'aarch64' ]]; then
39+
CURRENT_ARCH=$(uname -m)
40+
if [[ $CURRENT_ARCH == 'aarch64' ]]; then
4041
# To avoid network issues with pypi.org on OpenCV CN machines
4142
export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
4243
echo "Running for linux aarch64"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.