]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2935] Adding Fedora 37 to hammer bug fix
authorMarcin Godzina <mgodzina@isc.org>
Tue, 20 Jun 2023 21:09:58 +0000 (21:09 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Tue, 20 Jun 2023 21:09:58 +0000 (21:09 +0000)
hammer.py

index 143fc2f446ab9dc990b473231af2eb806d60f256..c8846581805a9b2952bc12b48cc5f2fec91024b7 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -1650,7 +1650,7 @@ def prepare_system_local(features, check_times, ignore_errors_for):
 
         if 'unittest' in features:
             if int(revision) >= 37:
-                packages.extend(['flex', 'bison'])
+                install_pkgs(['flex', 'bison'], timeout=300, env=env, check_times=check_times)
             _install_gtest_sources()
 
         execute('sudo dnf clean packages', env=env, check_times=check_times)