-
Notifications
You must be signed in to change notification settings - Fork 25
Update Actions runner image #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Found this approach (i.e. using gcc 7) to building on It does not work on |
wnienhaus
added a commit
to wnienhaus/micropython-esp32-ulp
that referenced
this issue
Aug 20, 2022
GitHub has deprecated the ubuntu-18.04 builder image. So before that builder image is entirely removed, this commit updates the build process to use the ubuntu-20.04 image instead. This commit also installs an older verion of GCC (v7) because binutils-esp32ulp does not build successfully on Ubuntu 20.04 with the default GCC version (v9). (This solution was found here: espressif/binutils-esp32ulp#19 (comment)) Fixes: micropython#80
wnienhaus
added a commit
to wnienhaus/micropython-esp32-ulp
that referenced
this issue
Aug 20, 2022
GitHub has deprecated the ubuntu-18.04 builder image. So before that builder image is entirely removed, this commit updates the build process to use the ubuntu-20.04 image instead. This commit also installs an older verion of GCC (v7) because binutils-esp32ulp does not build successfully on Ubuntu 20.04 with the default GCC version (v9). (This solution was found here: espressif/binutils-esp32ulp#19 (comment)) Fixes: micropython#80
wnienhaus
added a commit
to wnienhaus/micropython-esp32-ulp
that referenced
this issue
Sep 1, 2022
GitHub has deprecated the ubuntu-18.04 builder image. So before that builder image is entirely removed, this commit updates the build process to use the ubuntu-20.04 image instead. This commit also installs an older verion of GCC (v7) because binutils-esp32ulp does not build successfully on Ubuntu 20.04 with the default GCC version (v9). (This solution was found here: espressif/binutils-esp32ulp#19 (comment)) Fixes: micropython#80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Github has deprecated the
ubuntu-18.04
image for running Github Actions with (see actions/runner-images#6002).We will need to ensure our build works with newer Ubuntu versions.
(Last time I tried, the
binutils-esp32
build process did not work on ubuntu versions later than 18.04, so this might be more effort than just changing the image name 😞).The text was updated successfully, but these errors were encountered: