Skip to content

Commit e9e9dc3

Browse files
Add a comment to fix the docker issue (#442)
* Add a comment to fix the docker issue Fixing #2694 Which was caused by moby/moby#38072 Fixing by changing file size. Previously the change from 0 to 1 didn't change the file size, and docker squish optimized the change out.
1 parent e8cb879 commit e9e9dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ override_dh_auto_configure:
5555
override_dh_install:
5656
dh_install
5757
ifeq ($(shell cat /tmp/syncd-build), --enable-rpcserver=yes)
58-
sed -i 's/ENABLE_SAITHRIFT=0/ENABLE_SAITHRIFT=1/' debian/syncd-rpc/usr/bin/syncd_init_common.sh
58+
sed -i 's|ENABLE_SAITHRIFT=0|ENABLE_SAITHRIFT=1 # Add a comment to fix https://github.com/Azure/sonic-buildimage/issues/2694 |' debian/syncd-rpc/usr/bin/syncd_init_common.sh
5959
endif
6060

6161
override_dh_installinit:

0 commit comments

Comments
 (0)