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: package should use old dylibs based on tags #4966

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Jun 14, 2024

Pull Request

Closes: PRO-1443

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

This fixes an issue where, if we had a release branch that had been tagged, causing release-berghain to run, then the next time we released off that branch, the "latest" release would actually be the previous patch release, which is not what we want.

Instead, if we're on release/1.4 we want to get the latest 1.3.x tag and use that.

Will need to cherry-pick this across to release too.

@kylezs kylezs requested a review from ahasna June 14, 2024 14:16
@kylezs kylezs changed the title fix: package should use old dylibs fix: package should use old dylibs based on tags Jun 14, 2024
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71%. Comparing base (d42faa0) to head (7df4d5e).

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #4966    +/-   ##
======================================
- Coverage     71%     71%    -0%     
======================================
  Files        429     429            
  Lines      74095   73951   -144     
  Branches   74095   73951   -144     
======================================
- Hits       52934   52732   -202     
- Misses     18328   18382    +54     
- Partials    2833    2837     +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kylezs added a commit that referenced this pull request Jun 14, 2024
pick: use previous minor release for old dylib
@kylezs kylezs marked this pull request as ready for review June 14, 2024 14:46
@kylezs kylezs enabled auto-merge June 14, 2024 14:46
@kylezs kylezs added this pull request to the merge queue Jun 14, 2024
Merged via the queue into main with commit f17a6e8 Jun 14, 2024
47 checks passed
@kylezs kylezs deleted the fix/old-dylib-version branch June 14, 2024 15:33
dandanlen pushed a commit that referenced this pull request Jul 1, 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