system/nix: Revoke tests in builds.
Disabled build tests for robust process, less deps, etc. See https://github.com/RSKYS/SBo-git/issues/157 Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f9a87fa9c5
commit
480a32e5cc
|
@ -118,7 +118,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static=rapidcheck \
|
||||
--disable-tests \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--host=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/NixOS/nix/archive/2.17.2/nix-2.17.2.tar.gz"
|
|||
MD5SUM="5302a2937911fdf389cffbf7508eccd4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="graphviz gtest jq libcpuid libeditline librapidcheck lowdown nlohmann_json"
|
||||
REQUIRES="graphviz jq libcpuid libeditline lowdown nlohmann_json"
|
||||
MAINTAINER="Pouria Rezaei"
|
||||
EMAIL="Pouria.rz@outlook.com"
|
||||
|
|
Loading…
Reference in New Issue