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:
committed by
Alan de Freitas
parent
22bd8eeb9d
commit
dcfe9dfd51
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user