mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Bump nim-codex and use install_name for macos
This commit is contained in:
parent
cf3f305a7e
commit
1b74d71cde
10
.github/workflows/artifacts.yml
vendored
10
.github/workflows/artifacts.yml
vendored
@ -69,12 +69,18 @@ jobs:
|
||||
mingw-w64-ucrt-x86_64-ntldd-git
|
||||
mingw-w64-ucrt-x86_64-rust
|
||||
|
||||
- name: Build libcodex (Linux and MacOS)
|
||||
if: matrix.target.os != 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
- name: Build libcodex (Linux)
|
||||
if: matrix.target.lib_ext == 'so' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
make update
|
||||
make libcodex
|
||||
|
||||
- name: Build libcodex (MacOS)
|
||||
if: matrix.target.os == 'macos-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
make update
|
||||
CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libs/libcodex.dylib\"" make libcodex
|
||||
|
||||
- name: Build libcodex (Windows)
|
||||
if: matrix.target.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
shell: msys2 {0}
|
||||
|
||||
2
vendor/nim-codex
vendored
2
vendor/nim-codex
vendored
@ -1 +1 @@
|
||||
Subproject commit 811faf505478c917d348035082ffbae804b8efcf
|
||||
Subproject commit 1105b81cc1b202006ca5a16485b3cfc5331468d5
|
||||
Loading…
x
Reference in New Issue
Block a user