9elements / firmware-action

Build system for firmware images for several open source firmware solutions
MIT License
10 stars 0 forks source link

feat(docker)!: bump GCC_VERSION for edk2-202408.01 #406

Closed AtomicFS closed 2 days ago

AtomicFS commented 3 days ago

@LeanSheng I hope this is correct

among other things also fixes #413

AtomicFS commented 3 days ago

Once the #409 is merged and CI clears up a bit I will rebase this and bump it to GCC 13 to see if it works.

AtomicFS commented 3 days ago

edk2 docker builds are failing because of:

fatal: unable to access 'https://boringssl.googlesource.com/boringssl/': The requested URL returned error: 503

UPDATE: I can access the site from my machine and clone the repo, so maybe too many requests from out GitHub?

AtomicFS commented 3 days ago

@MDr164 finally the CI works without errors

AtomicFS commented 2 days ago

Let's see if GCC13 works well enough for this version of EDK2

Well, the container self-test does work. So let'f hope that the test is working as intended.