Skip to content

Commit b22cd30

Browse files
authored
Merge pull request #71 from light-curve/fix-cibuildwheel
Fix cibuildwheel for arm and ppc
2 parents 12e6541 + 777018a commit b22cd30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
package-dir: ./light-curve
5252
env:
5353
CIBW_SKIP: "*-musllinux_i686 pp39-*" # rustup doesn't install i686-musl, pyO3<0.16 doesn't support pypy3.9
54+
CIBW_BUILD_VERBOSITY: "3"
5455

5556
- name: Upload wheels as artifacts
5657
uses: actions/upload-artifact@v3

light-curve/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ test-requires = [
6464
[tool.cibuildwheel.environment]
6565
PATH = "$PATH:$HOME/.cargo/bin"
6666
GSL_VERSION = "2.7" # used in manylinux only
67+
CARGO_NET_GIT_FETCH_WITH_CLI = "true" # Solves the issue with OOM in QEMU during crate.io index fetching
6768

6869
[tool.cibuildwheel.macos]
6970
before-all = [

0 commit comments

Comments
 (0)