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
This commit is contained in:
Aleksander Czajczynski
2025-07-07 13:42:24 +02:00
parent a5c88273b4
commit b1b372ccc5
2 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -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: