Skip to content

Commit

Permalink
images/compilers/test: fix gcc version
Browse files Browse the repository at this point in the history
Ubuntu 22.04 LTS updated GCC 9 to 9.5.0

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Mar 21, 2024
1 parent 5075e1d commit 84ca9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/compilers/test/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commandTests:
args: ["-v"]
expectedError:
- 'Target:\ x86_64-linux-gnu'
- 'gcc\ version\ 9\.4\.0'
- 'gcc\ version\ 9\.5\.0'
- name: "aarch64-linux-gnu-gcc command is in path"
command: "which"
args: ["aarch64-linux-gnu-gcc"]
Expand All @@ -20,4 +20,4 @@ commandTests:
args: ["-v"]
expectedError:
- 'Target:\ aarch64-linux-gnu'
- 'gcc\ version\ 9\.4\.0'
- 'gcc\ version\ 9\.5\.0'

0 comments on commit 84ca9f1

Please sign in to comment.