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

ci: containerize depends jobs #9784

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

tobtoht
Copy link
Collaborator

@tobtoht tobtoht commented Feb 8, 2025

Clang 10.0 does not recognize the aarch64-apple-darwin target. The release branch hacks around this by automatically renaming the target.

This approach is less straightforward on master due to the introduction of CMake in depends. We would also need to inform CMake about the updated target to prevent it from passing --target=aarch64-apple-darwin to the compiler.

It's less messy to just rename the target to whatever clang expects.

@tobtoht tobtoht force-pushed the ci_depends_container branch from 4abee18 to 883d9bf Compare February 9, 2025 06:38
@tobtoht tobtoht force-pushed the ci_depends_container branch from 883d9bf to bda0de0 Compare February 9, 2025 08:06
@tobtoht tobtoht marked this pull request as ready for review February 9, 2025 09:16
@tobtoht tobtoht merged commit 13002dd into monero-project:master Feb 16, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants