Skip to content

Commit 5373fcc

Browse files
committed
aarch64 needs to be rebuilt with cmake
1 parent a82d7dd commit 5373fcc

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -316,20 +316,6 @@ jobs:
316316
- USE_CCACHE=0
317317
cache:
318318
directories: $HOME/.ccache
319-
- os: linux
320-
arch: arm64
321-
language: generic
322-
dist: xenial
323-
services: docker
324-
env:
325-
- MB_PYTHON_VERSION=3.8
326-
- PLAT=aarch64
327-
- ENABLE_CONTRIB=0
328-
- ENABLE_HEADLESS=0
329-
- TEST_DEPENDS=numpy==1.17.3
330-
- USE_CCACHE=0
331-
cache:
332-
directories: $HOME/.ccache
333319

334320
# headless builds for Linux
335321
- os: linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A: It's easier for users to understand ``opencv-python`` than ``cv2`` and it mak
7777
## Documentation for opencv-python
7878

7979
[![AppVeyor CI test status (Windows)](https://img.shields.io/appveyor/ci/skvark/opencv-python.svg?maxAge=3600&label=Windows)](https://ci.appveyor.com/project/skvark/opencv-python)
80-
[![Travis CI test status (Linux and macOS)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label=Linux+macOS)](https://travis-ci.com/skvark/opencv-python.svg?branch=master)
80+
[![Travis CI test status (Linux and macOS)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label=Linux+macOS)](https://travis-ci.com/github/skvark/opencv-python/)
8181

8282
The aim of this repository is to provide means to package each new [OpenCV release](https://github.com/opencv/opencv/releases) for the most used Python versions and platforms.
8383

0 commit comments

Comments
 (0)