[ci] Fix minimal test compilation error with clang-9 at GitHub.

This commit is contained in:
Adam Wulkiewicz
2021-05-24 21:06:23 +02:00
parent 83f18e8d8d
commit 3157ddfe7d

View File

@@ -52,7 +52,10 @@ jobs:
b2_cxxstd: 14,17
version: "8"
- b2_toolset: clang-9
b2_cxxstd: 14,17,2a
# At some point compilation started to fail with 2a from unknown reason
# It may have something to do with the std library
#b2_cxxstd: 14,17,2a
b2_cxxstd: 14,17
version: "9"
- b2_toolset: clang-10
b2_cxxstd: 14,17,2a