Skip to content

Commit f32d817

Browse files
authored
Minor Readme updates (#1510)
- minor OpenSSL recommended version update from 1.1.1g to 1.1.1w as latest security patch - minor Xcode version adjust - fix Health Check status badges: remove Azure CI, add Github Actions pipelines only as job badges are not supported directly. - add Zlib to the dependencies list as SDK is indirectly dependent on it Relates-To: DATASDK-3 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 0589c75 commit f32d817

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ To learn how to install and use the Data SDK, see the <a href="https://github.co
88

99
## Health check
1010

11-
### Build and test
11+
### Build and test pipelines
1212

1313
| Linux GCC | Linux CLang | MacOS |
1414
| :-------- | :---------- | :---- |
15-
| [![Linux gcc build status][1]][2] | [![Linux Clang build status][3]][4] | [![MacOS build status][5]][4] |
15+
| [![Linux gcc build status][1]][1] | [![Linux Clang build status][1]][1] | [![MacOS build status][1]][1] |
1616

1717
| iOS | Windows | Android |
1818
| :-- | :------ | :------ |
19-
| [![iOS build status][6]][4] | [![Windows build status][7]][4] | [![Android build status][8]][4] |
19+
| [![iOS build status][1]][1] | [![Windows build status][1]][1] | [![Android build status][1]][1] |
2020

21-
[1]: https://github.com/heremaps/here-data-sdk-cpp/workflows/CI/badge.svg?branch=master
22-
[2]: https://github.com/heremaps/here-data-sdk-cpp/actions?query=workflow%3ACI+branch%3Amaster
23-
[3]: https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Linux_build_clang
24-
[4]: https://dev.azure.com/heremaps/here-data-sdk/_build/latest?definitionId=3&branchName=master
25-
[5]: https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=MacOS_build
26-
[6]: https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=iOS_build
27-
[7]: https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Windows_build
28-
[8]: https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Android_build
21+
[1]: https://github.com/heremaps/here-data-sdk-cpp/actions/workflows/psv_pipelines.yml/badge.svg
22+
23+
### Full verification testing pipelines
24+
25+
| iOS | Android |
26+
| :-- | :------ |
27+
| [![iOS test status][2]][2] | [![Android test status][2]][2] |
28+
29+
[2]: https://github.com/heremaps/here-data-sdk-cpp/actions/workflows/fv_pipelines.yml/badge.svg
2930

3031
### Test coverage
3132

@@ -49,14 +50,14 @@ For more information on Data SDK for C++, see our <a href="https://developer.her
4950

5051
The table below lists the platforms on which the Data SDK has been tested.
5152

52-
| Platform | Minimum requirement |
53-
| :------------------------- | :---------------------- |
54-
| Ubuntu Linux | GCC 7.5 and Clang 7.0 |
55-
| Embedded Linux (32 bit) | GCC 7.4 armhf |
56-
| Windows | MSVC++ 2017 |
57-
| macOS | Apple Clang 11.0.0 |
58-
| iOS | Xcode 11.1, Swift 5.0 |
59-
| Android | API level 21 |
53+
| Platform | Minimum requirement |
54+
| :------------------------- |:----------------------|
55+
| Ubuntu Linux | GCC 7.5 and Clang 7.0 |
56+
| Embedded Linux (32 bit) | GCC 7.4 armhf |
57+
| Windows | MSVC++ 2017 |
58+
| macOS | Apple Clang 11.0.0 |
59+
| iOS | Xcode 11.7, Swift 5.0 |
60+
| Android | API level 21 |
6061

6162
<h6 id="dependencies"></h6>
6263

@@ -65,13 +66,14 @@ The table below lists the platforms on which the Data SDK has been tested.
6566
The table below lists the dependencies of the Data SDK.
6667

6768
| Library | Recommended version |
68-
| :------------------- |:--------------------|
69-
| libcurl | 7.52.0 |
70-
| OpenSSL | 1.1.1t |
69+
|:---------------------|:--------------------|
70+
| Libcurl | 7.52.1 |
71+
| OpenSSL | 1.1.1w |
7172
| Boost (headers only) | 1.72.0 |
7273
| LevelDB | 1.21 |
7374
| Snappy | 1.1.7 |
7475
| RapidJSON | latest |
76+
| Zlib | 1.3.1 |
7577

7678
### Linux dependencies
7779

external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set(OLP_SDK_CPP_ZLIB_URL "https://www.zlib.net/zlib-1.3.1.tar.gz")
6161
set(OLP_SDK_CPP_ZLIB_HASH "SHA256=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23")
6262

6363
set(OLP_SDK_CPP_OPENSSL_URL "https://github.com/openssl/openssl.git")
64-
set(OLP_SDK_CPP_OPENSSL_TAG "OpenSSL_1_1_1g")
64+
set(OLP_SDK_CPP_OPENSSL_TAG "OpenSSL_1_1_1w")
6565

6666
set(OLP_SDK_CPP_CURL_URL "https://github.com/bagder/curl.git")
6767
set(OLP_SDK_CPP_CURL_TAG "curl-7_52_1")

0 commit comments

Comments
 (0)