]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: do not install pcre-devel on Fedora Rawhide build
authorIlia Shipitsin <chipitsine@gmail.com>
Mon, 20 Apr 2026 10:17:40 +0000 (12:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Apr 2026 11:49:40 +0000 (13:49 +0200)
it was actually not needed, now it was removed from Fedora

.github/workflows/fedora-rawhide.yml

index 6f68022490fe9d43c9b22b2399a0421ce67e4cae..62cfad4c1451853c341b0eed9863730e5847503c 100644 (file)
@@ -28,8 +28,8 @@ jobs:
     - uses: actions/checkout@v6
     - name: Install dependencies
       run: |
-        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 openssl-devel.x86_64
-        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 openssl-devel.i686
+        dnf -y install awk diffutils git zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang openssl-devel.x86_64
+        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 libatomic.i686 openssl-devel.i686
     - uses: ./.github/actions/setup-vtest
     - name: Compile HAProxy with ${{ matrix.platform.cc }}
       run: |