-
Notifications
You must be signed in to change notification settings - Fork 7
Upload build artefacts on CI #11
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
Conversation
|
I wonder if we should have some flags to statically link the resulting binaries (at least on Linux) to make them working on a wider range of linux distributions. |
|
I'm not on Linux but this sounds like a good idea 😄 |
| jobs: | ||
| BuildLinux: | ||
| runs-on: ubuntu-20.04 # test slightly older ubuntu. | ||
| runs-on: ubuntu-24.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of 24, i'd still use 22, because I would like to make sure that things still compile on older systems.
Can you figure out the necessary flags we can give to the makefile in linking so that we can have a fully statically linked binary ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to you but we're 6 months away from 24.04 becoming the older system ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough.
From a quick search it looks like it's |
|
Let me play with static separately. |
No description provided.