From 9e8607987322cbb352f7942eaebcd80df3403217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Tue, 21 Jan 2025 08:12:22 +0100 Subject: [PATCH] 2025-01-21 08:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/linux-ci.yml * reenabled hbfimage contrinb library * src/vm/Makefile * src/vm/vmmt/Makefile * set -DHB_FM_STD_ALLOC C compiler parameter for HB_BUILD_TEST='strict' --- .github/workflows/linux-ci.yml | 6 +----- ChangeLog.txt | 8 ++++++++ src/vm/Makefile | 4 ++++ src/vm/vmmt/Makefile | 4 ++++ 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 3cb4345b7e..541868e7b2 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -40,6 +40,7 @@ jobs: libcups2-dev \ libcurl4-openssl-dev \ firebird-dev \ + libfreeimage-dev \ libgd-dev \ libgs-dev \ libmagic-dev \ @@ -48,9 +49,6 @@ jobs: libpq-dev \ qtbase5-dev - # Dependencies for disabled contribs: - # libfreeimage-dev \ - - name: Checkout code uses: actions/checkout@v3 @@ -79,8 +77,6 @@ jobs: esac ;; esac tee ./.bashrc <