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

To fix #16015

P4RT is causing instability in build due to regular failures. Disabling P4RT by default
This commit is contained in:
Sudharsan Dhamal Gopalarathnam 2023-09-01 11:07:50 -07:00 committed by GitHub
parent de7fb325ae
commit 238a50ff13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ INCLUDE_NAT = y
INCLUDE_DHCP_RELAY = y
# 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 = y