mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Bump nim-vendor
This commit is contained in:
parent
4dc95345e4
commit
7d7b28433b
9
.github/workflows/artifacts.yml
vendored
9
.github/workflows/artifacts.yml
vendored
@ -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'
|
||||
|
||||
2
vendor/nim-codex
vendored
2
vendor/nim-codex
vendored
@ -1 +1 @@
|
||||
Subproject commit 7ada6af629dc81e99e634ffbc3c8dc833541c2f1
|
||||
Subproject commit b875d1aa5dc20de914ca04b10b2e9d3da66cf41a
|
||||
Loading…
x
Reference in New Issue
Block a user