]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: fedora rawhide: install "awk" as a dependency
authorIlia Shipitsin <chipitsine@gmail.com>
Thu, 27 Mar 2025 21:29:14 +0000 (22:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 28 Mar 2025 08:51:35 +0000 (09:51 +0100)
for some reason it is not installed by default on rawhide anymore

.github/workflows/fedora-rawhide.yml

index 194c471c662609b1c22aca67e4f299daffb7b919..e0bf252aa65da1da91000bedb9bc6fac5dd860a6 100644 (file)
@@ -27,7 +27,7 @@ jobs:
     - uses: actions/checkout@v4
     - name: Install dependencies
       run: |
-        dnf -y install diffutils git pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
+        dnf -y install awk diffutils git pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
         dnf -y install 'perl(FindBin)' 'perl(File::Compare)' perl-IPC-Cmd 'perl(File::Copy)' glibc-devel.i686 lua-devel.i686 lua-devel.x86_64 systemd-devel.i686 zlib-ng-compat-devel.i686 pcre-devel.i686 libatomic.i686
     - name: Install VTest
       run: scripts/build-vtest.sh