Skip to content

Commit

Permalink
ci: delegate GCC-Asan to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Aug 20, 2024
1 parent 22bd8ee commit dcfe9df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dcfe9df

Please sign in to comment.