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

Link chiapos before blake3 #454

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Link chiapos before blake3 #454

merged 1 commit into from
Oct 30, 2024

Conversation

emlowe
Copy link
Contributor

@emlowe emlowe commented Oct 30, 2024

make sure to put -lchiapos_static on the link line before -lblake3

Jobs starting failing in newer ubuntu runner image - previous jobs succeeded using Image: ubuntu-22.04 Version: 20240901.1.0 but are failing in Image: ubuntu-22.04 Version: 20241015.1.0

likely due to some update in clang or ld which is being somewhat more strict and or smarter on resolving static library dependencies in that the library the resolves the symbols should go after the library that uses it.

Copy link

Pull Request Test Coverage Report for Build 11598691853

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.051%

Totals Coverage Status
Change from base Build 11596741567: 0.0%
Covered Lines: 3498
Relevant Lines: 4425

💛 - Coveralls

@emlowe emlowe marked this pull request as ready for review October 30, 2024 17:48
@emlowe emlowe changed the title Try chiapos before blake3 Link chiapos before blake3 Oct 30, 2024
@cmmarslender cmmarslender merged commit a199e1f into main Oct 30, 2024
50 checks passed
@cmmarslender cmmarslender deleted the EL.rust-bindings-link branch October 30, 2024 17:59
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.

3 participants