Skip to content

Commit

Permalink
Some gcc version mismatch trouble in static build
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <eb@ilities.com>
  • Loading branch information
eboasson committed Mar 6, 2024
1 parent e45ae4e commit 47b9c1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ jobs:
# generator: 'MinGW Makefiles'
# cc: 'C:/msys64/mingw64/bin/gcc.exe'
# cxx: 'C:/msys64/mingw64/bin/g++.exe'
'Ubuntu 22.04 LTS with GCC 10 (Release, Iceoryx, Static, x86_64)':
'Ubuntu 22.04 LTS with default GCC (Release, Iceoryx, Static, x86_64)':
image: ubuntu-22.04
cc: gcc-10
idlc_xtests: off
build_type: Release
sharedlibs: off
Expand Down

0 comments on commit 47b9c1c

Please sign in to comment.