Skip to content

Commit

Permalink
Test boost building on ppc64le manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 10, 2023
1 parent 1fdbf4f commit 704c304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
env:
CIBW_BUILD_FRONTEND: build
CIBW_ARCHS: ppc64le
CIBW_ENVIRONMENT: |
APNGASM_COMPILE_TARGET=ppc64le
BOOST_VERSION=${{ matrix.boost_version }}
B2_VERSION=${{ matrix.b2_version }}
CIBW_ENVIRONMENT: APNGASM_COMPILE_TARGET=ppc64le
BOOST_VERSION="${{ matrix.boost_version }}"
B2_VERSION="${{ matrix.b2_version }}"
CIBW_BUILD: "cp38-manylinux_ppc64le"

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def install_deps(arch):
# Use Conan to install dependencies
settings = []

print(f'DEBUGGING env variable: ${os.getenv("BOOST_VERSION")} ${os.getenv("B2_VERSION")}')

if platform.system() == 'Windows':
settings.append('os=Windows')
elif platform.system() == 'Darwin':
Expand Down

0 comments on commit 704c304

Please sign in to comment.