]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1785938: Get tests working again in GitHub Actions
authorDave Miller <justdave@mozilla.com>
Tue, 23 Aug 2022 23:09:01 +0000 (19:09 -0400)
committerDylan Hardison <dylan@hardison.net>
Sat, 10 Sep 2022 20:31:27 +0000 (13:31 -0700)
.github/workflows/release.yml

index d0839a88a2fba0ec151c58bc834afe99b1ec4a34..0284558cdfb3efa1f6ece258e986bced2c9a0895 100644 (file)
@@ -30,12 +30,22 @@ jobs:
           key: ${{ runner.os }}-ubuntu-20.04
           restore-keys: |
             ${{ runner.os }}-ubuntu-20.04
-      - name: apt-get install
+      - name: apt install
         run: |
+          sudo apt-get update
+          sudo apt-get -y dist-upgrade
           sudo apt-get install --ignore-hold --allow-downgrades -y \
-              build-essential curl libssl-dev zlib1g-dev openssl \
-              libexpat-dev cmake git libcairo-dev libgd-dev \
-              default-libmysqlclient-dev unzip wget libgd3
+           apache2 \
+           mariadb-client-10.3 \
+           netcat \
+           build-essential \
+           libapache2-mod-perl2 \
+           libapache2-mod-perl2-dev \
+           perlmagick \
+           graphviz \
+           curl libssl-dev zlib1g-dev openssl \
+           libexpat-dev cmake git libcairo-dev \
+           unzip wget 
       - name: cpm install
         run: |
           perl Makefile.PL