We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f26419 commit 7da6fceCopy full SHA for 7da6fce
travis_config.sh
@@ -36,7 +36,8 @@ else
36
echo " > Linux environment "
37
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
38
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
39
- if [[ $PLAT == 'aarch64' ]]; then
+ CURRENT_ARCH=$(uname -m)
40
+ if [[ $CURRENT_ARCH == 'aarch64' ]]; then
41
# To avoid network issues with pypi.org on OpenCV CN machines
42
export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
43
echo "Running for linux aarch64"
0 commit comments