Skip to content

Commit

Permalink
Use exact pinning since libcpuid ABI is currently unstable. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Feb 10, 2022
1 parent cddbdf5 commit 9e035fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libcpuid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
number: 0
run_exports:
- {{ pin_subpackage("libcpuid", max_pin="x.x") }}
- {{ pin_subpackage("libcpuid", exact=True) }}

requirements:
build:
Expand Down

0 comments on commit 9e035fa

Please sign in to comment.