From 68ed8a9f340595805580100e14e34f7963824e1a Mon Sep 17 00:00:00 2001 From: "Lukas K." Date: Sun, 15 Sep 2024 02:33:59 +0200 Subject: [PATCH] win32 CI: use opencascade lite --- .github/workflows/win32.yml | 6 +++++- make_bindist.sh | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/win32.yml b/.github/workflows/win32.yml index d919fd1f..6a9c48d7 100644 --- a/.github/workflows/win32.yml +++ b/.github/workflows/win32.yml @@ -31,7 +31,6 @@ jobs: mingw-w64-x86_64-cppzmq mingw-w64-x86_64-glm mingw-w64-x86_64-libgit2-winhttp - mingw-w64-x86_64-opencascade mingw-w64-x86_64-podofo mingw-w64-x86_64-libarchive mingw-w64-x86_64-curl-winssl @@ -44,6 +43,11 @@ jobs: git dos2unix rsync + - name: Install Opencascade lite + shell: msys2 {0} + run: | + wget https://github.com/carrotIndustries/mingw-opencascade-lite/releases/download/v7.7.2-2/mingw-w64-x86_64-opencascade-lite-7.7.2-2-any.pkg.tar.zst + pacman -U mingw-w64-x86_64-opencascade-lite-7.7.2-2-any.pkg.tar.zst --noconfirm - name: Build shell: msys2 {0} run: | diff --git a/make_bindist.sh b/make_bindist.sh index 40a6c17a..2635a474 100644 --- a/make_bindist.sh +++ b/make_bindist.sh @@ -83,6 +83,12 @@ LIBS=( libTKXCAF.dll\ libTKXDESTEP.dll\ libTKXSBase.dll\ + libTKIGES.dll\ + libTKXDE.dll\ + libTKVCAF.dll\ + libTKBool.dll\ + libtbb12.dll\ + libtbbmalloc.dll\ libbrotlicommon.dll\ libbrotlidec.dll\ libfribidi-0.dll\ @@ -104,6 +110,7 @@ LIBS=( libsharpyuv-0.dll\ libssl-3-x64.dll\ libnghttp2-14.dll\ + libnghttp3-9.dll\ gspawn-win64-helper.exe\ gspawn-win64-helper-console.exe )