Commit 99ecf94
Updated googletest version to v1.6.0 (Open-CMSIS-Pack#2031)
Failure occurred due to the deprecation of support for CMake versions
earlier than 3.10. Since the Ubuntu GitHub runner uses CMake 3.31.6,
which no longer supports versions prior to 3.10 in many cases, our
pinned version of GoogleTest needed an update. Additionally, other
dependencies, such as JSON and JSON Schema Validators, were updated to
the minimum compatible versions, with 3.5 being the lowest supported.
https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features
The change includes:
- Pin googletest to latest v1.16.0
- yaml-cpp patch update `cmake_minimum_required(VERSION 3.10)`
- json patch update `cmake_minimum_required(VERSION 3.10)`
- json-schema-validator patch update `cmake_minimum_required(VERSION
3.10)`
- Updated ubuntu-20.04 to ubuntu-22.04. **GitHub Actions is deprecating
the ubuntu-20.04 runner**.1 parent bd53e58 commit 99ecf94
6 files changed
Lines changed: 35 additions & 10 deletions
File tree
- .github/workflows
- external
- libs/rtemodel/test/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
Submodule googletest updated 243 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
2 | | - | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
44 | | - | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
| |||
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
69 | | - | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
| |||
167 | 178 | | |
168 | 179 | | |
169 | 180 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments