2025-01-26 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/vm1-ci.yml
* reenabled freebsd builds
* be sure N_CPUS is always set
* show compiler version before build
* contrib/3rd/sqlite3/sqlite3.hbp
* enable -Wno-unknown-warning-option only for CLANG - older GCC versions
does not like it
* use -Wno-stringop-overread instead of -Wno-error=stringop-overread,
Unlike Wno-error=* the unknown -Wno-* options are ignored by most of
old GCC compilers
This commit is contained in:
4
.github/workflows/vm1-ci.yml
vendored
4
.github/workflows/vm1-ci.yml
vendored
@@ -113,6 +113,7 @@ jobs:
|
||||
export HB_CCACHE=ccache
|
||||
|
||||
export N_CPUS="\$($_cpus)"
|
||||
[ -n "$N_CPUS" ] || export N_CPUS=3
|
||||
EOENV
|
||||
|
||||
- name: Generate build script
|
||||
@@ -125,11 +126,10 @@ jobs:
|
||||
ccache --set-config=compression=true
|
||||
ccache -p
|
||||
|
||||
${{matrix.compiler}} --version
|
||||
|
||||
echo ::group::Build Harbour
|
||||
set -ex
|
||||
. ./.bashrc
|
||||
${{matrix.compiler}} --version
|
||||
gmake -j$N_CPUS \
|
||||
HB_BUILD_CONTRIBS=no \
|
||||
HB_COMPILER=${{matrix.compiler}}
|
||||
|
||||
Reference in New Issue
Block a user