Skip to content

Commit

Permalink
Explicitly set zstd mode for building wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Aug 1, 2024
1 parent 76b35b8 commit af8546c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cspell/custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ certifs
CFFI
cfoo
chacha
chatbubbles
chatbubbleEllipses
chatbubbles
CHECKICONHANDLER
chgtime
choco
cibuildwheel
CIBW_ENVIRONMENT
cipherkey
classattr
classpath
Expand Down Expand Up @@ -175,13 +176,13 @@ fileprovider
firacode
fireraptor
fixturenames
footgun
flate
Flaticon
fncychap
Folderish
fontpkg
fontspec
footgun
footnotesize
fqcn
freeline
Expand Down Expand Up @@ -551,7 +552,6 @@ Reqwest
rerunfailures
reseted
retrier
ruzstd
Richcmp
Rlib
rmvb
Expand All @@ -573,6 +573,7 @@ rustfmt
rustls
RUSTSEC
rustup
ruzstd
rwfile
rwmixread
salsabox
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/package-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
with:
package-dir: server
output-dir: dist
env:
# Be explicit about ZSTD implementation to avoid warning on Windows & macOS
# https://cibuildwheel.pypa.io/en/stable/options/#environment
CIBW_ENVIRONMENT: LIBPARSEC_FORCE_ZSTD=real
timeout-minutes: 50

- name: Set file for wheel version
Expand Down

0 comments on commit af8546c

Please sign in to comment.