From b1b372ccc5252e79cc313bddfb17353f744d22d3 Mon Sep 17 00:00:00 2001 From: Aleksander Czajczynski Date: Mon, 7 Jul 2025 13:42:24 +0200 Subject: [PATCH] 2025-07-07 13:42 UTC+0200 Aleksander Czajczynski (hb fki.pl) * .github/workflows/windows-ci.yml * libgd, qt5-base not available in MSYS x86 * ChangeLog.txt + entry in prev skipped during merge --- .github/workflows/windows-ci.yml | 4 ++-- ChangeLog.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 7848c0d760..4f66de2743 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -59,16 +59,16 @@ jobs: mingw-w64-${{ env.msys_cpu }}-bzip2 mingw-w64-${{ env.msys_cpu }}-cairo mingw-w64-${{ env.msys_cpu }}-curl - mingw-w64-${{ env.msys_cpu }}-libgd mingw-w64-${{ env.msys_cpu }}-ghostscript mingw-w64-${{ env.msys_cpu }}-openssl - mingw-w64-${{ env.msys_cpu }}-qt5-base - name: 'Add packages available on 64-bit hosts only' if: matrix.cpu != 'x86' shell: msys2 {0} run: | pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-postgresql + pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-qt5-base + pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-libgd pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-libmariadbclient pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-firebird pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-freeimage diff --git a/ChangeLog.txt b/ChangeLog.txt index 7a8f8b7eda..595139662d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,13 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-07-07 13:42 UTC+0200 Aleksander Czajczynski (hb fki.pl) + * .github/workflows/windows-ci.yml + * libgd, qt5-base not available in MSYS x86 + + * ChangeLog.txt + + entry in prev skipped during merge + 2025-07-05 20:20 UTC+0200 Aleksander Czajczynski (hb fki.pl) + config/wasm/global.mk + config/wasm/libs.mk @@ -40,6 +47,10 @@ ! fix to build under emscripten (which is assumed to be a linux-like environment) + * src/vm/extrap.c + ! emscripten mimics UNIX/Linux to some extent, but there is no + sigaltstack() implementation + ; though platform/compiler names are not currently compatible with origin, this WebAssembly platform support was guided by Harbour 3.4: