diff --git a/.drone.star b/.drone.star index 5e03a56c..e0af21d6 100644 --- a/.drone.star +++ b/.drone.star @@ -515,7 +515,7 @@ def image_supports_caching(image_str, compiler_str): # - compilers_in_range('gcc >=10') -> [('gcc', '12'), ('gcc', '11'), ('gcc', '10')] def compilers_in_range(compiler_range_str): supported = { - 'gcc': ['12', '11', '10', '9', '8.4', '8.0.1', '7', '6', '5', '4.9', '4.8'], + 'gcc': ['12', '11', '10', '9', '8.4', '7', '6', '5', '4.9', '4.8'], 's390x-gcc': ['12'], 'arm64-gcc': ['11'], 'freebsd-gcc': ['11', '10', '9', '8'], diff --git a/doc/qbk/1.0.overview.qbk b/doc/qbk/1.0.overview.qbk index 1d710a13..30038105 100644 --- a/doc/qbk/1.0.overview.qbk +++ b/doc/qbk/1.0.overview.qbk @@ -87,6 +87,8 @@ Boost.URL has been tested with the following compilers: and these architectures: x86, x64, ARM64, S390x. +We do not test and support gcc 8.0.1. + [heading Quality Assurance] The development infrastructure for the library includes