Skip to content
Snippets Groups Projects
Commit 56208ae3 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

testing/broot: disable on x86

Latest version fails with:

```
note:
/usr/lib/gcc/i586-alpine-linux-musl/9.2.0/../../../../i586-alpine-linux-musl/bin/ld:
/tmp/rustclvHfVF/liblibgit2_sys-c1839c55229d18b6.rlib(refs.o): in function
`git_reference_normalize_name':
refs.c:(.text.git_reference_normalize_name+0xae): undefined reference to
`__stack_chk_fail_local'
```
(and more similar errors)
parent 78f149fc
No related merge requests found
......@@ -5,7 +5,7 @@ pkgver=0.13.0
pkgrel=0
pkgdesc="New way to see and navigate directory trees"
url="https://github.com/Canop/broot"
arch="all !s390x"
arch="all !s390x !x86"
license="MIT"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/broot/$pkgver/download"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment