aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-26 18:36:01 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-26 18:36:14 +0200
commit19283ddd357aa8636e74420e072c37148f822f22 (patch)
tree3b0d1e4f71f905abecce8aacb6787ed94b3ca663
parentc355b0ddfee6f89cfb9aa3ee6a50a3c5c6834cb7 (diff)
downloadalpine_aports-19283ddd357aa8636e74420e072c37148f822f22.tar.bz2
alpine_aports-19283ddd357aa8636e74420e072c37148f822f22.tar.xz
alpine_aports-19283ddd357aa8636e74420e072c37148f822f22.zip
testing/synapse-bt: disable on mips* due to missing rust
-rw-r--r--testing/synapse-bt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/synapse-bt/APKBUILD b/testing/synapse-bt/APKBUILD
index 1140b41ae0..77d0b2b429 100644
--- a/testing/synapse-bt/APKBUILD
+++ b/testing/synapse-bt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0
5pkgrel=1 5pkgrel=1
6pkgdesc="Flexible and fast BitTorrent daemon" 6pkgdesc="Flexible and fast BitTorrent daemon"
7url="https://github.com/Luminarys/synapse" 7url="https://github.com/Luminarys/synapse"
8arch="all !aarch64 !s390x" # Cargo (aarch64 due to MAP_32BIT) 8arch="all !aarch64 !s390x !mips !mips64" # Cargo (aarch64 due to MAP_32BIT)
9license="ISC" 9license="ISC"
10pkgusers="synapse-bt" 10pkgusers="synapse-bt"
11pkggroups="synapse-bt" 11pkggroups="synapse-bt"