]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Stop doing CI builds on i386 - fails due to old crypto libraries.
authorMichael R Sweet <msweet@msweet.org>
Sun, 11 May 2025 14:47:59 +0000 (10:47 -0400)
committerMichael R Sweet <msweet@msweet.org>
Sun, 11 May 2025 14:47:59 +0000 (10:47 -0400)
.github/workflows/build.yml

index e8f23f70d908b1283c7ce617839e89f3a8fc567c..7a212b0741b4afe117b9f3dcaa5d3bb976d8fe33 100644 (file)
@@ -32,29 +32,29 @@ jobs:
     - name: test
       run: make test || cat test/error_log*
 
-  build-linux-i386:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v3
-    - name: show Ubuntu version
-      run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}'
-    - name: setup multiarch for i386
-      run: sudo dpkg --add-architecture i386
-    - name: update build environment
-      run: sudo apt-get update --fix-missing -y
-    - name: install prerequisites
-      run: sudo apt-get install -y avahi-daemon libavahi-client-dev libavahi-client-dev:i386 libgnutls28-dev libgnutls28-dev:i386 libpam-dev libpam-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386 zlib1g-dev zlib1g-dev:i386 crossbuild-essential-i386 libgcc-s1:i386 libstdc++6:i386
-    - name: configure
-      env:
-        CC: /usr/bin/i686-linux-gnu-gcc
-        CXX: /usr/bin/i686-linux-gnu-g++
-      run: ./configure --enable-debug --enable-maintainer --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-tls=gnutls
-    - name: make
-      run: make
-    - name: test
-      run: make test || cat test/error_log*
+  build-linux-i386:
+#
+    runs-on: ubuntu-latest
+#
+    steps:
+    - uses: actions/checkout@v3
+    - name: show Ubuntu version
+      run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}'
+    - name: setup multiarch for i386
+      run: sudo dpkg --add-architecture i386
+    - name: update build environment
+      run: sudo apt-get update --fix-missing -y
+    - name: install prerequisites
+      run: sudo apt-get install -y avahi-daemon libavahi-client-dev libavahi-client-dev:i386 libgnutls28-dev libgnutls28-dev:i386 libpam-dev libpam-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386 zlib1g-dev zlib1g-dev:i386 crossbuild-essential-i386 libgcc-s1:i386 libstdc++6:i386
+    - name: configure
+      env:
+        CC: /usr/bin/i686-linux-gnu-gcc
+        CXX: /usr/bin/i686-linux-gnu-g++
+      run: ./configure --enable-debug --enable-maintainer --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-tls=gnutls
+    - name: make
+      run: make
+    - name: test
+      run: make test || cat test/error_log*
 
   build-macos: