matheusgomes28/base64pp

Modify Docker and CI for building C++20 Modules

matheusgomes28 opened this issue · 0 comments

We need the correct CI tools to build the modules branch. This means that it will be necessary to upgrade the following:

  1. clang-13 -> clang-17
  2. clang-format-13 -> clang-format-17
  3. 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.