Modify Docker and CI for building C++20 Modules
matheusgomes28 opened this issue · 0 comments
matheusgomes28 commented
We need the correct CI tools to build the modules branch. This means that it will be necessary to upgrade the following:
clang-13
->clang-17
clang-format-13
->clang-format-17
- Conan file currently has issues with GTest &
clang-17
.
Suggested changes:
Modify the dockerfile
, build then push container. Following that, modify the build scripts under scripts
and the pipeline file azurepipelines.yml
to accommodate the changes.