aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bazel
diff options
context:
space:
mode:
authorBob Green <bobgreen2020@yandex.com>2019-12-30 20:18:40 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-12-30 21:40:45 +0100
commit4351208ba0c64c7f4766cee5c4698cf1788febb3 (patch)
treed6d05507a8ba61ff0dd31592d40eea498e285ff3 /testing/bazel
parentfab29c728853d4a2e9d040f8d2551c31d943a1c7 (diff)
downloadaports-4351208ba0c64c7f4766cee5c4698cf1788febb3.tar.bz2
aports-4351208ba0c64c7f4766cee5c4698cf1788febb3.tar.xz
testing/bazel: disable strip
Diffstat (limited to 'testing/bazel')
-rw-r--r--testing/bazel/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bazel/APKBUILD b/testing/bazel/APKBUILD
index 81c7e12a84..f341440abb 100644
--- a/testing/bazel/APKBUILD
+++ b/testing/bazel/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=bazel
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="A fast, scalable, multi-language and extensible build system"
url="https://bazel.build"
arch="x86_64"
license="Apache-2.0"
depends="libarchive zip unzip"
-# openjdk8 is a must, python3 is a must
makedepends="bash openjdk8 python3 linux-headers protobuf"
+options="!strip"
subpackages="
$pkgname-doc
$pkgname-zsh-completion:zshcomp:noarch