Skip to content

Commit

Permalink
test conda-build fix for sysroot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 12, 2024
1 parent b7219e7 commit dc22e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
number: 1
skip: true # [py<39]
# DEBUG
skip: true # [not (osx and arm64)]
skip: true # [not ((osx and arm64) or (linux and ppc64le))]

# to avoid creating redundant CI jobs, conda-smithy needs python
# to be used in all outputs, including the implicit global one.
Expand All @@ -30,9 +30,6 @@ outputs:
build:
ignore_run_exports_from:
- zlib
# work around https://github.com/conda/conda-build/issues/5403
missing_dso_whitelist: # [ppc64le]
- $RPATH/ld64.so.2 # [ppc64le]
script_env:
# Workaround an upstream conda-build issue w/pip & `outputs` by setting env vars manually.
# Drop once conda-build 24.7.0 is released.
Expand Down

0 comments on commit dc22e8d

Please sign in to comment.