Skip to content

Commit 1159fa5

Browse files
authored
Update expected build gcc for linux platforms to 14.2.0 (#4283)
Except for Alpine and risc, which stay the same. Signed-off-by: Adam Farley <[email protected]>
1 parent 37e768f commit 1159fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/validateSBOMcontent.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ elif echo "$SBOMFILE" | grep _linux_; then
7070
[ "${MAJORVERSION}" = "11" ] && EXPECTED_GCC=7.5.0
7171
[ "${MAJORVERSION}" = "17" ] && EXPECTED_GCC=10.3.0
7272
[ "${MAJORVERSION}" -ge 20 ] && EXPECTED_GCC=11.3.0 && EXPECTED_FREETYPE=Unknown
73+
[ "${MAJORVERSION}" -ge 25 ] && EXPECTED_GCC=14.2.0
7374
EXPECTED_ALSA=1.1.8
7475
if echo "$SBOMFILE" | grep _aarch64_ > /dev/null; then
7576
EXPECTED_ALSA=1.1.6 # Linux/aarch64 uses CentOS7.6 devkit, not 7.9

0 commit comments

Comments
 (0)