X Tutup
Skip to content

Fix ranlib#26

Merged
pcarruscag merged 3 commits intomasterfrom
fix_ranlib
Jul 17, 2025
Merged

Fix ranlib#26
pcarruscag merged 3 commits intomasterfrom
fix_ranlib

Conversation

@bmunguia
Copy link
Member

The logs of the failed MacOS cross-compile actions @pcarruscag mentioned in su2code/SU2#2531 indicated an issue with ranlib during linking. I specify the ranlib binary in the MacOS hostfiles like we do for the other binaries, which seems to let the compilation finish when I run compileSU2.sh in the build-su2-cross docker container locally.

I also suppressed a few deprecation warnings.

Copy link
Member

@pcarruscag pcarruscag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@pcarruscag pcarruscag merged commit 3724570 into master Jul 17, 2025
1 check passed
@pcarruscag pcarruscag deleted the fix_ranlib branch July 17, 2025 14:02
@pcarruscag
Copy link
Member

I forgot how it works a bit 😅 after this action finishes https://github.com/su2code/Docker-Builds/actions/runs/16347257947
We need to update the github workflows in su2code/SU2 to use the new docker images.

@bmunguia
Copy link
Member Author

Yeah I was planning on updating the images in the su2code/SU2 release action once they were ready. I'll make a PR after I test things out.

@bmunguia bmunguia mentioned this pull request Jul 17, 2025
6 tasks
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

X Tutup