]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
It's faster if we don't have to run configure
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 7 Jul 2021 20:09:52 +0000 (21:09 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 7 Jul 2021 22:20:16 +0000 (23:20 +0100)
.github/workflows/ci-rpm.yml

index ca1613372cfe560bff2fa1066fdf5a25995f0653..a4037d24e3f3c42ec957cbf24d0caab38d743100 100644 (file)
@@ -162,10 +162,7 @@ jobs:
       run: |
         yum install -y libnl3-devel which
         [ -r /opt/rh/devtoolset-8/enable ] && source /opt/rh/devtoolset-8/enable || :
-        echo "top_srcdir:=$(pwd)" > Make.inc
-        echo "BUILD_DIR:=build" >> Make.inc
-        ./configure --without-openssl
-        make -j `nproc` eapol_test
+        scripts/ci/eapol_test-build.sh
         mv scripts/ci/eapol_test/eapol_test ../rpms
       working-directory: freeradius