Skip to content

Commit

Permalink
cover all single digit patch numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 19, 2024
1 parent d6da516 commit ef162f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set maj_min = major_ver ~ "." ~ version.split(".")[1] %}

# as of LLVM 17, we expect an "rc" suffix for the release candidates
{% set extra = "rc" if version.split(".")[-1] not in "01234567" else "" %}
{% set extra = "rc" if version.split(".")[-1] not in "0123456789" else "" %}
{% set extra = "git" if version.split(".")[-1] == "dev0" else extra %}

package:
Expand Down

0 comments on commit ef162f6

Please sign in to comment.