-
Notifications
You must be signed in to change notification settings - Fork 271
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 failure on aarch64 #5633
Comments
Thank you for reporting an issue! Pinging @jsenko, @EricWittmann to respond or triage. |
I build the project every day with a M1 mac with no issues. That said, my first recommendation would be to update your project, it seems you're using 3.0.4, and main is pointing to 3.0.5. |
Nice, could you please point me to aarch64 build doc to see if i'm missing some dependencies? |
Ah, I'm guessing in your case it's a Linux ARM. It works for me on Mac because we're changing the distribution in that case. There are no specific build instructions for it, since they're the same. It's simply a missing element in the script. @andreaTP do you have time to look into this? |
Sorry for the delay 😓 swamped ... @Dentrax can you confirm that your OS is Linux? Kiota releases for |
For clarity: the SDKs are all being created using code generation via a tool from Microsoft called Kiota. So if that tool does not run on linux arm64, then boom build failure. |
Hey, yeah i was trying to build for |
Description
Registry
Version:
3.0.4
Persistence type:
-
apicurio-registry-go-sdk
build fails because there is hardcoded amd64 arch on the script, I guess.But I don't know why there is a build failure for
apicurio-registry-java-sdk
andapicurio-registry-v2-java-sdk
, after ~1 min.If I pass
-pl '!apicurio-registry-go-sdk'
, Maven logs says[ERROR] Could not find the selected project in the reactor: apicurio-registry-go-sdk
. Maybe its because of missingmodule
in thepom.xml
?-DskipNonJavaGen=true
worked a bit, but still fails for java projects.Environment
aarch64
Steps to Reproduce
-DskipNonJavaGen=true
and seeapicurio-registry-go-sdk
willSUCCESS
butapicurio-registry-java-sdk
andapicurio-registry-v2-java-sdk
still fails-DskipKiota=true
and expect same error (as per recommendation by GPT)If the error cannot be easily reproduced, make sure to fill in the Environment and Logs sections.
You can also try to reproduce the bug with a fresh Apicurio Registry instance.
-->
Expected vs Actual Behaviour
It should build for
aarch64
?Logs
Log for apicurio-registry-go-sdk
Logs for java-sdk
The text was updated successfully, but these errors were encountered: