dhcp6relay: remove line overwriting docker-dhcp-relay variable (#9179)
The dhcp6relay rules file had a line overwriting a variable for docker-dhcp-relay. Remove that line. This line caused a limited impact where if some (many?) of the docker containers were already built, except for dhcp-relay, and the build failed or was interrupted, then dhcp-relay container would fail to build because this variable was overwritten and the python3-swsscommon wouldn't get installed into the slave container. Most builds would be fine, though. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
c15bae7c84
commit
bea36d963e
@ -5,6 +5,5 @@ SONIC_DHCP6RELAY_PKG_NAME = dhcp6relay
|
||||
|
||||
SONIC_DHCP6RELAY = sonic-$(SONIC_DHCP6RELAY_PKG_NAME)_$(SONIC_DHCP6RELAY_VERSION)_$(CONFIGURED_ARCH).deb
|
||||
$(SONIC_DHCP6RELAY)_DEPENDS = $(LIBSWSSCOMMON) $(LIBHIREDIS) $(LIBSWSSCOMMON_DEV) $(LIBHIREDIS_DEV)
|
||||
$(DOCKER_DHCP_RELAY)_INSTALL_DEBS = $(LIBSWSSCOMMON) $(LIBHIREDIS) $(LIBSWSSCOMMON_DEV) $(LIBHIREDIS_DEV)
|
||||
$(SONIC_DHCP6RELAY)_SRC_PATH = $(SRC_PATH)/$(SONIC_DHCP6RELAY_PKG_NAME)
|
||||
SONIC_DPKG_DEBS += $(SONIC_DHCP6RELAY)
|
||||
|
Loading…
Reference in New Issue
Block a user