Skip to content

Fix recipe to work with latest rattler-build release#29

Open
Hofer-Julian wants to merge 1 commit intoconda-forge:mainfrom
Hofer-Julian:fix/rattler-build-compat
Open

Fix recipe to work with latest rattler-build release#29
Hofer-Julian wants to merge 1 commit intoconda-forge:mainfrom
Hofer-Julian:fix/rattler-build-compat

Conversation

@Hofer-Julian
Copy link

The .* glob pattern is incompatible with == and >= operators. Use bare glob X.Y.* instead of ==X.Y.*, and >=X.Y instead of >=X.Y.*.

The `.*` glob pattern is incompatible with `==` and `>=` operators.
Use bare glob `X.Y.*` instead of `==X.Y.*`, and `>=X.Y` instead
of `>=X.Y.*`.
@maresb maresb closed this Feb 12, 2026
@maresb maresb reopened this Feb 12, 2026
@maresb maresb added the automerge Merge the PR when CI passes label Feb 12, 2026
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/recipe.yaml) and found it was in an excellent condition.

@h-vetinari h-vetinari removed the automerge Merge the PR when CI passes label Feb 12, 2026
@h-vetinari
Copy link
Member

Automerge does not (and cannot, intentionally) work with the cirun server. Don't use it on this feedstock.

Also, a change like this is not worth the hours of wasted CI time (both during PR and after merge). It can either wait for the next PR and/or be merged straight with a [ci skip]. I'm cancelling the builds.

@maresb
Copy link

maresb commented Feb 12, 2026

Automerge does not (and cannot, intentionally) work with the cirun server. Don't use it on this feedstock.

Also, a change like this is not worth the hours of wasted CI time (both during PR and after merge). It can either wait for the next PR and/or be merged straight with a [ci skip]. I'm cancelling the builds.

Sorry for the waste, and thanks for taking care of it.

@h-vetinari
Copy link
Member

no worries :)

(apologies if my tone was off; I just reread my comment, and it was formulated too transactionally. if it came across as harsh, that wasn't my intention)

@maresb
Copy link

maresb commented Feb 13, 2026

No offense taken. I struggle with the same. We're all super busy, and these are stressful times.

Thanks for teaching me, and for dedicating your time to this stuff.

@shermansiu
Copy link
Contributor

@maresb Also, running builds on the CI server costs Conda-Forge money, so we want to be pretty responsible with triggering unnecessary builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants