Skip to content

Commit

Permalink
Fix code coverage and ASAN not being enabled (sonic-net#1338)
Browse files Browse the repository at this point in the history
This fixes a breakage from sonic-net#1194 where code coverage and ASAN were not
enabled, due to DEB_CONFIGURE_EXTRA_FLAGS no longer being used in
dh_auto_configure.

Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 authored and mssonicbld committed Feb 2, 2024
1 parent 9621316 commit 28ad060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

override_dh_auto_configure:
dh_auto_configure -- ${SWSS_COMMON_CONFIG} $(configure_opts)
dh_auto_configure -- ${SWSS_COMMON_CONFIG} $(configure_opts) $(DEB_CONFIGURE_EXTRA_FLAGS)

override_dh_install:
ifneq ($(filter rpc,$(DEB_BUILD_PROFILES)),)
Expand Down

0 comments on commit 28ad060

Please sign in to comment.