Skip to content

Commit

Permalink
[fix] wake me!
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Mar 26, 2024
1 parent 1e103ec commit 2e26eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
CIBW_SKIP: cp36-* *_i686
CIBW_BEFORE_ALL_LINUX: yum install -y libsodium-devel || apk add --upgrade libsodium-dev || apt-get install -U libsodium-dev
CIBW_BEFORE_ALL_MACOS: brew install libsodium
# CIBW_BEFORE_ALL_WINDOWS: ??
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ def spawn(self, cmd, **kwargs):
"-Wno-unused-parameter",
"-Wno-unused-variable",
"-Wno-unused-command-line-argument",
"-Wno-unreachable-code",
"-fasynchronous-unwind-tables",
"-fcf-protection=full",
#"-fcf-protection=full",
"-fpic",
"-fstack-clash-protection",
"-fstack-protector-strong",
Expand Down

0 comments on commit 2e26eef

Please sign in to comment.