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

Add automatic builds #44

Merged
merged 5 commits into from
Nov 9, 2022
Merged

Add automatic builds #44

merged 5 commits into from
Nov 9, 2022

Conversation

larsnaesbye
Copy link
Collaborator

@larsnaesbye larsnaesbye commented Nov 6, 2022

Make and add Windows and Mac Intel binaries when releasing

Fixes #43

 Make and add Windows and Mac Intel binaries when releasing
@larsnaesbye
Copy link
Collaborator Author

I had to temporarily give up Linux and macOS ARM builds, but this will be fixed fairly soon I hope.

@gwbres
Copy link
Collaborator

gwbres commented Nov 9, 2022

Hello @larsnaesbye,
sorry I did not get a chance to look at this but I'll spend sometime on it tonight.
We'll have this feature for the next release

@larsnaesbye
Copy link
Collaborator Author

I am not so worried about prebuilt Linux binaries. Linux folks know how to build.
As for the macOS ARM native versions - the best thing is to fix it upstream in the Build Action: rust-build/rust-build.action#4

@gwbres gwbres merged commit 4c510eb into georust:main Nov 9, 2022
@larsnaesbye larsnaesbye deleted the autobuild branch November 9, 2022 13:14
@larsnaesbye
Copy link
Collaborator Author

@gwbres did you manage to get Linux build to work? I can't make it work with the same settings in my own repo - I get an error saying it's not supported and I should use linux-musl instead.

@gwbres
Copy link
Collaborator

gwbres commented Nov 14, 2022

@gwbres did you manage to get Linux build to work? I can't make it work with the same settings in my own repo - I get an error saying it's not supported and I should use linux-musl instead.

Hello  @larsnaesbye,
I did not get a change to try it, as it only builds when a tag is released.
I naively took it from the official list. Can you show me an error log?

PS: V8.0.0 is stuck until the Hifitime topic is completely merged

@larsnaesbye
Copy link
Collaborator Author

https://github.com/larsnaesbye/Tempus_port/actions/runs/3465171101 - I tried using the same architectures as you indicated in the edited merge. For now it seems like two of the architectures are not supported.

When using x86_64-unknown-linux-musl I ran into a different problem with fontconfig not being able to find its configuration file. Since the project I'm testing on and rinex both use fontconfig, I presume it will be the same problem with this Action.

@larsnaesbye
Copy link
Collaborator Author

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.

Automatic build of executables upon release?
2 participants