diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-12-11 03:16:56 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-11 03:16:56 +0100 |
| commit | 13b351fc5cafc7046480048cdc14d8a8798a655a (patch) | |
| tree | 0b9b4784c4f5a3ea09a10f331746624c890cbd15 /main/libgit2 | |
| parent | 057b05d74c2acb119134e3d59cf2392f4beb04d9 (diff) | |
| download | aports-13b351fc5cafc7046480048cdc14d8a8798a655a.tar.bz2 aports-13b351fc5cafc7046480048cdc14d8a8798a655a.tar.xz | |
main/libgit2: disable 'offline' test
They fail exclusive on the builders, the GitLab CI builders pass without
problems.
Diffstat (limited to 'main/libgit2')
| -rw-r--r-- | main/libgit2/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libgit2/APKBUILD b/main/libgit2/APKBUILD index f38a42d831..4ee79ee8ff 100644 --- a/main/libgit2/APKBUILD +++ b/main/libgit2/APKBUILD @@ -67,7 +67,8 @@ build() { check() { cd "$builddir"/build - make test + # Test 'offline' fails on s390x, aarch64 and ppc64le + ctest -E offline } package() { |
