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

fix build number for binutils #125

Closed
wants to merge 1 commit into from

Conversation

h-vetinari
Copy link
Member

I was diffing build environments in a build that started failing without any relevant changes, and saw

     binutils_impl_linux-64:               2.40-ha1999f0_7            conda-forge
-    binutils_linux-64:                    2.40-hb3c18ed_9            conda-forge
+    binutils_linux-64:                    2.40-hb3c18ed_0            conda-forge

meaning that a build 2 month ago pulled in _9, while today I got _0 (and the impl package didn't change).

As it turns out #121 reset the build number to 0, because there was no separate build number for binutils. Introduce one so we keep incrementing the build number correctly until a new binutils version comes along.

@conda-forge-webservices
Copy link

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/meta.yaml) and found it was in an excellent condition.

@h-vetinari
Copy link
Member Author

Ping @conda-forge/ctng-compiler-activation, this is a trivial fix, PTAL

@isuruf
Copy link
Member

isuruf commented Sep 25, 2024

Superceded by #133

@isuruf isuruf closed this Sep 25, 2024
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.

2 participants