2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 04:42:15 +00:00

ci: delegate GCC-Asan to GHA

This commit is contained in:
alandefreitas
2024-08-19 16:53:46 -03:00
committed by Alan de Freitas
parent 22bd8eeb9d
commit dcfe9dfd51

View File

@@ -27,7 +27,10 @@ def main(ctx):
'x86-msvc latest'
],
# Standards
'>=11', cache_dir='cache') + [
'>=11',
# Asan is delegated to GHA
asan=False,
cache_dir='cache') + [
linux_cxx("GCC 12 (no-mutex)", "g++-12", packages="g++-12", buildscript="drone", buildtype="boost",
image="cppalliance/droneubuntu2204:1",
environment={'B2_TOOLSET': 'gcc-12', 'B2_DEFINES': 'BOOST_URL_DISABLE_THREADS=1',