Move Ubuntu to gcc 9.2.1#42
Conversation
|
Thanks! |
|
Note: I branched off the |
|
Actually I changed my mind and reverted this PR for now (well, force pushed I'll re-apply this patch once I'm done with the 3.2+master common part, and once I start working on the master branch for 4.0 (we're still a long way away from the first alpha build). |
|
This was needed to build GD 4 previously, but now other changed requirements like scons 3 has rendered this docker unable to build GD 4 at all. I'm building 4 locally. We need to get off of trusty and move at least to 16.x, but that also bumps up our libc6 quite a bit. |
|
Well we can still use Ubuntu 14.04, having Python 3 support in SCons is just a matter of changing the bogus shebang to point to Then SCons requires Python 3.5 and Ubuntu 14.04 provides 3.4 by default, but it shouldn't be too hard to install 3.5 in parallel (I think I've seen instructions to do that). |
|
This should give a functional scons in Ubuntu 14.04: Installing |
This merges against master.
I just built godot with both 32 and 64 bit dockers after this. There are few changed dependencies upon installing gcc 9. glibc is still 2.19.
Should not conflict with #40, but it will with #41 .