[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Libc6 Usage Question



On 25/04/2023 23:29, Alexis E wrote:
    I am working on a project which requires libc6. When I build this project on my laptop, the project works fine as it builds for the libc6 on my laptop, however, when I build it in Github actions, the project fails to run, due to Debian not having a libc6 version as low as GLibC 2.32.

Try changing your job to run on an older runner image: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners

For instance, ubuntu-18.04 will build against glibc 2.27.

--
Sam Morris <https://robots.org.uk/>
PGP: rsa4096/CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


Reply to: