mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Revert "accelio: enable tests"
This reverts commit 8b663509b1
.
Fails to build kernel modules.
This commit is contained in:
parent
950d9de3c9
commit
1819011291
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./fix-printfs.patch ];
|
patches = [ ./fix-printfs.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
# Don't build broken examples
|
||||||
|
sed -i '/AC_CONFIG_SUBDIRS(\[\(examples\|tests\).*\/kernel/d' configure.ac
|
||||||
|
|
||||||
# Allow the installation of xio kernel headers
|
# Allow the installation of xio kernel headers
|
||||||
sed -i 's,/opt/xio,''${out},g' src/kernel/xio/Makefile.in
|
sed -i 's,/opt/xio,''${out},g' src/kernel/xio/Makefile.in
|
||||||
|
|
||||||
@ -26,8 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i '\,/sbin/ldconfig,d' src/usr/Makefile.am
|
sed -i '\,/sbin/ldconfig,d' src/usr/Makefile.am
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ libevent ];
|
buildInputs = [ libevent ];
|
||||||
propagatedBuildInputs = [ libibverbs librdmacm ]
|
propagatedBuildInputs = [ libibverbs librdmacm ]
|
||||||
|
Loading…
Reference in New Issue
Block a user