Skip to content

Commit dcfe9df

Browse files
committed
ci: delegate GCC-Asan to GHA
1 parent 22bd8ee commit dcfe9df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .drone.star

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ def main(ctx):
2727
'x86-msvc latest'
2828
],
2929
# Standards
30-
'>=11', cache_dir='cache') + [
30+
'>=11',
31+
# Asan is delegated to GHA
32+
asan=False,
33+
cache_dir='cache') + [
3134
linux_cxx("GCC 12 (no-mutex)", "g++-12", packages="g++-12", buildscript="drone", buildtype="boost",
3235
image="cppalliance/droneubuntu2204:1",
3336
environment={'B2_TOOLSET': 'gcc-12', 'B2_DEFINES': 'BOOST_URL_DISABLE_THREADS=1',

0 commit comments

Comments
 (0)