Skip to content

Commit 65bd7a0

Browse files
authored
Update compiler versions in readme (#1084)
Travic CI and Gitlab images which we use for compile verification alrady use GCC 7.5 for month or more after Ubuntu bionic added it as supported version. So we started compiling for it, but missed updating README.md. It was detected that README.md need to be updated during job logs checking. See example of travis job: https://travis-ci.com/github/heremaps/here-data-sdk-cpp or any linux FV build job in Gitlab. Armhf image will use 7.5 too after updates soon. Relates-To: OAM-700 Signed-off-by: Yaroslav Stefinko <[email protected]>
1 parent dbba360 commit 65bd7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The table below lists the platforms on which the HERE Data SDK for C++ has been
5353

5454
| Platform | Minimum requirement |
5555
| :------------------------- | :---------------------- |
56-
| Ubuntu Linux | GCC 7.4 and Clang 7.0 |
56+
| Ubuntu Linux | GCC 7.5 and Clang 7.0 |
5757
| Embedded Linux (32 bit) | GCC 7.4 armhf |
5858
| Windows | MSVC++ 2017 |
5959
| macOS | Apple Clang 11.0.0 |

0 commit comments

Comments
 (0)