Skip to content

Commit c6cacb9

Browse files
committed
Enable the GNUTLS build for now
1 parent bc22f51 commit c6cacb9

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ jobs:
3434
- name: Test CUPS
3535
run: make test || cat test/error_log*
3636

37-
# build-linux-i386:
38-
#
39-
# runs-on: ubuntu-latest
40-
#
41-
# steps:
42-
# - name: Checkout CUPS sources
43-
# uses: actions/checkout@v4
44-
# - name: Show Ubuntu version
45-
# run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}'
46-
# - name: Setup multiarch for i386
47-
# run: sudo dpkg --add-architecture i386
48-
# - name: Update build environment
49-
# run: sudo apt-get update --fix-missing -y
50-
# - name: Install prerequisites
51-
# 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
52-
# - name: Configure CUPS
53-
# env:
54-
# CC: /usr/bin/i686-linux-gnu-gcc
55-
# CXX: /usr/bin/i686-linux-gnu-g++
56-
# run: ./configure --enable-debug --enable-maintainer --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-tls=gnutls
57-
# - name: Build CUPS
58-
# run: make
59-
# - name: Test CUPS
60-
# run: make test || cat test/error_log*
37+
build-linux-i386:
38+
39+
runs-on: ubuntu-latest
40+
41+
steps:
42+
- name: Checkout CUPS sources
43+
uses: actions/checkout@v4
44+
- name: Show Ubuntu version
45+
run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}'
46+
- name: Setup multiarch for i386
47+
run: sudo dpkg --add-architecture i386
48+
- name: Update build environment
49+
run: sudo apt-get update --fix-missing -y
50+
- name: Install prerequisites
51+
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
52+
- name: Configure CUPS
53+
env:
54+
CC: /usr/bin/i686-linux-gnu-gcc
55+
CXX: /usr/bin/i686-linux-gnu-g++
56+
run: ./configure --enable-debug --enable-maintainer --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-tls=gnutls
57+
- name: Build CUPS
58+
run: make
59+
- name: Test CUPS
60+
run: make test || cat test/error_log*
6161

6262
build-macos:
6363

0 commit comments

Comments
 (0)