Upload build artefacts on CI - #11
Conversation
hzeller
commented
Aug 7, 2025
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. |
Uh oh!
There was an error while loading. Please reload this page.
alvinometric
commented
Aug 7, 2025
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.
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.
Up to you but we're 6 months away from 24.04 becoming the older system ?
alvinometric
commented
Aug 7, 2025
From a quick search it looks like it's |
hzeller
commented
Aug 7, 2025
Let me play with static separately. |
Uh oh!
There was an error while loading. Please reload this page.
No description provided.