forked from mpe/ci-scripts
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ There are images for various toolchains, they are encoded in the distro name/ver | |
- `[email protected]`: kernel.org gcc 8.5.0, binutils 2.36.1 | ||
- `[email protected]`: kernel.org gcc 8.1.0, binutils 2.30 | ||
- `[email protected]`: kernel.org gcc 5.5.0, binutils 2.29.1 | ||
- `[email protected]`: Ubuntu 24.04, gcc 13.2.0, binutils 2.42 | ||
- `[email protected]`: Ubuntu 22.04, gcc 11.2.0, binutils 2.38 | ||
- `[email protected]`: Ubuntu 21.10, gcc 11.2.0, binutils 2.37 | ||
- `[email protected]`: Ubuntu 21.04, gcc 10.3.0, binutils 2.36.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ifeq ($(or ${x86},${isa_3}),) | |
export UBUNTU_LATEST := 21.10 | ||
UBUNTU_DISTROS := ubuntu@${UBUNTU_LATEST} | ||
else | ||
export UBUNTU_LATEST := 23.04 | ||
export UBUNTU_LATEST := 24.04 | ||
UBUNTU_DISTROS := ubuntu@${UBUNTU_LATEST} [email protected] [email protected] | ||
endif | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters