From 7d7b28433b149a5118447f49151aa44bd8c6a501 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Oct 2025 06:40:15 +0200 Subject: [PATCH] Bump nim-vendor --- .github/workflows/artifacts.yml | 9 +++++---- vendor/nim-codex | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 3332187..f6a512c 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -49,12 +49,14 @@ jobs: - name: Build libcodex (Linux) if: runner.os == 'Linux' && steps.cache-libcodex.outputs.cache-hit != 'true' run: | - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release\""' make libcodex + make update + make libcodex - name: Build libcodex (macOS) if: runner.os == 'macOS' && steps.cache-libcodex.outputs.cache-hit != 'true' run: | - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release\""' make libcodex + make update + make libcodex - name: MSYS2 (Windows amd64) if: matrix.os == 'windows-latest' && matrix.cpu == 'amd64' @@ -76,9 +78,8 @@ jobs: run: | pacman -Sy --noconfirm make git config --global core.symlinks false - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-G \\\"MSYS Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex make update - # CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex + make libcodex - name: Package artifacts (Linux/macOS) if: matrix.os != 'windows-latest' diff --git a/vendor/nim-codex b/vendor/nim-codex index 7ada6af..b875d1a 160000 --- a/vendor/nim-codex +++ b/vendor/nim-codex @@ -1 +1 @@ -Subproject commit 7ada6af629dc81e99e634ffbc3c8dc833541c2f1 +Subproject commit b875d1aa5dc20de914ca04b10b2e9d3da66cf41a