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'
This commit is contained in:
6
.github/workflows/linux-ci.yml
vendored
6
.github/workflows/linux-ci.yml
vendored
@@ -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 <<EOENV
|
||||
# These contribs do not build on any platform
|
||||
export HB_BUILD_CONTRIBS="no hbfimage" # incompatible with freeimage 3.18+
|
||||
|
||||
export HB_BUILD_VERBOSE="yes"
|
||||
export HBMK_WITH_SQLITE3="local"
|
||||
|
||||
Reference in New Issue
Block a user