mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
attempt to no longer depend on system library presence for autodetection
use explicit opt-in and path setting
This commit is contained in:
parent
9ec1a7c0ac
commit
bceb8f2dbc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows-artifacts.yml
vendored
4
.github/workflows/windows-artifacts.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # tag=v2.27.0
|
||||
with:
|
||||
msystem: ${{ matrix.msystem }}
|
||||
install: make zlib mingw-w64-x86_64-lz4 p7zip git mingw-w64-${{matrix.env}}-gcc
|
||||
install: make p7zip git mingw-w64-${{matrix.env}}-gcc
|
||||
update: true
|
||||
|
||||
- name: display versions
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
- name: Building zstd programs
|
||||
run: |
|
||||
CPPFLAGS="-I../zlib -I../lz4/lib" LDLIBS="../zlib/libz.a ../lz4/lib/liblz4.a" LDFLAGS=-static make -j allzstd V=1
|
||||
CPPFLAGS="-I../zlib -I../lz4/lib" LDFLAGS=-static make -j allzstd V=1 HAVE_ZLIB=1 HAVE_LZ4=1 HAVE_LZMA=0 LDLIBS="../zlib/libz.a ../lz4/lib/liblz4.a"
|
||||
|
||||
- name: Create artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue