You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid spurious libgcc-s1 Debian package dependency on Ubuntu 18.04
GitHub actions have GCC 10 available, which resulted in GCC libraries
being upgraded as well. Forcibly downgrade this to Bionic's (18.04)
native version, removing GCC 9 and 10 along the way.
Using `container: ubuntu:18.04` would potentially be a cleaner solution,
but our use of submodules requires Git >= 2.18, which isn't in Ubuntu
18.04. So we'd need to start mixing version along a different path.
Fixes: #5875
0 commit comments