Skip to content

Commit e9e9dc3

Browse files
Add a comment to fix the docker issue (sonic-net#442)
* Add a comment to fix the docker issue Fixing sonic-net#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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
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)