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

build: don't default to m(arch|cpu|tune)=native when cross-compiling #51172

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

benlorenz
Copy link
Contributor

When trying to cross-compile the latest master for libjulia_jll I got errors like this for several platforms:

[11:19:27] cc1: error: unrecognized argument in option '-mtune=native'

This seems to be caused by the new defaults from #50031.

@gbaraldi gbaraldi added the merge me PR is reviewed. Merge when all tests are passing label Sep 4, 2023
@benlorenz
Copy link
Contributor Author

The build failure on powerpc seems unrelated:

# Could not acquire lock on "/cache/repos/https---jackfan.us.kg-JuliaLang-julia-git.updatelock" (Locked by other process)
# Trying again in 1s...
⚠️ Warning: Checkout failed! context deadline exceeded (Attempt 2/3 Retrying in -5m0.276148861s)
# Removing /cache/build/default-power8bot3-0/julialang/julia-master
# Creating "/cache/build/default-power8bot3-0/julialang/julia-master"
$ cd /cache/build/default-power8bot3-0/julialang/julia-master
🚨 Error: context deadline exceeded

@gbaraldi gbaraldi merged commit 933ea1d into JuliaLang:master Sep 5, 2023
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Sep 5, 2023
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