alire-project / GNAT-FSF-builds

Builds of the GNAT Ada compiler from FSF GCC releases
MIT License
32 stars 9 forks source link

Use Ubuntu 18.04 to build binaries #19

Closed reznikmm closed 2 years ago

reznikmm commented 2 years ago

Hello!

I've tried these binaries and them fail on Ubuntu 18.04:

gprbuild: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by gprbuild)

I would like them to run on Ubuntu 18.04, so I will be able to build my projects for Ubuntu 18.04. The older the better, but Ubuntu 16.04 is declared obsolescenced for Github Actions.

reznikmm commented 2 years ago

Also macos-latest will be switched to macos 11 shortly, so bineries could stop working on macos 10 in the same way.

reznikmm commented 2 years ago

This could be related to #792 in part of statically linking.

Fabien-Chouteau commented 2 years ago

Done