Commit 27901a8
committed
Update builder image to ubuntu-20.04
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: #801 parent 50e1b97 commit 27901a8
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments