[P4RT]Disabling p4rt by default to overcome build issues (#16343) (#16426)

This commit is contained in:
mssonicbld 2023-09-03 16:06:31 +08:00 committed by GitHub
parent 72aab2b58e
commit 1909f019ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ INCLUDE_NAT = y
INCLUDE_DHCP_RELAY = y INCLUDE_DHCP_RELAY = y
# INCLUDE_P4RT - build docker-p4rt for P4RT support # INCLUDE_P4RT - build docker-p4rt for P4RT support
INCLUDE_P4RT = y INCLUDE_P4RT = n
# ENABLE_AUTO_TECH_SUPPORT - Enable the configuration for event-driven techsupport & coredump mgmt feature # ENABLE_AUTO_TECH_SUPPORT - Enable the configuration for event-driven techsupport & coredump mgmt feature
ENABLE_AUTO_TECH_SUPPORT = y ENABLE_AUTO_TECH_SUPPORT = y