Skip to content
Snippets Groups Projects
Commit 494e813f authored by Sören Tempel's avatar Sören Tempel
Browse files

testing/grcov: fix build with `abuild rootbld`

parent d4401e70
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # Limited by cargo
license="MPL-2.0"
depends="gcc" # gcov
makedepends="cargo"
options="!check" # Failing due to utf-8 (locale?)
options="net !check" # Failing due to utf-8 (locale?)
source="$pkgname-$pkgver.tar.gz::https://github.com/mozilla/grcov/archive/v$pkgver.tar.gz"
build() {
......
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