Remove duplicated libedit, find/use installed version

This commit is contained in:
Roland C. Dowdeswell
2026-04-27 22:46:52 +01:00
committed by Nico Williams
parent 19325d4252
commit e836e36d06
81 changed files with 78 additions and 28176 deletions
+1 -2
View File
@@ -49,8 +49,7 @@ jobs:
cd build
../configure --srcdir=`dirname "$PWD"` --enable-maintainer-mode --enable-developer --with-ldap $CONFIGURE_OPTS --prefix=$HOME/inst CFLAGS="-Wno-error=shadow -Wno-error=bad-function-cast -Wno-error=unused-function -Wno-error=unused-result -Wno-error=deprecated-declarations"
ulimit -c unlimited
# We don't want to scan-build libedit nor SQLite3 because ETOOSLOW
(cd lib/libedit && make -j4)
# We don't want to scan-build SQLite3 because ETOOSLOW
(cd lib/sqlite && make -j4)
cov-build --dir cov-int make -j4
tar czvf ../heimdal.tgz cov-int
+1 -2
View File
@@ -44,8 +44,7 @@ jobs:
cd build
../configure --srcdir=`dirname "$PWD"` --enable-maintainer-mode --enable-developer --with-ldap $CONFIGURE_OPTS --prefix=$HOME/inst CFLAGS="-Wno-error=shadow -Wno-error=bad-function-cast -Wno-error=unused-function -Wno-error=unused-result -Wno-error=deprecated-declarations"
ulimit -c unlimited
# We don't want to scan-build libedit nor SQLite3 because ETOOSLOW
(cd lib/libedit && make -j4)
# We don't want to scan-build SQLite3 because ETOOSLOW
(cd lib/sqlite && make -j4)
scan-build --keep-going make -j4
- name: Test