Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvmdev 17.0.6: rebuild against libxml2 2.13 #15

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# to build 3.8 to 3.12 on prefect
aggregate_branch: 3.12

# Four unit tests crash on big sur builders, but not ventura.
# These tests call /usr/lib/system/libsystem_pthread.dylib
# before crashing.
extra_labels_for_os:
osx-arm64: [ventura]
osx-arm64: [ventura]

aggregate_branch: libxml_2.13.1

channels:
- https://staging.continuum.io/prefect/fs/libxml2-feedstock/pr17/1c2e862
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
- patches/MSVC_DIA_SDK_path_fix.diff # [win]

build:
number: 0
number: 1
merge_build_host: false

requirements:
Expand Down