Skip to content

Commit

Permalink
Add a comment to fix the docker issue (sonic-net#442)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
pavel-shirshov authored Apr 18, 2019
1 parent e8cb879 commit e9e9dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ override_dh_auto_configure:
override_dh_install:
dh_install
ifeq ($(shell cat /tmp/syncd-build), --enable-rpcserver=yes)
sed -i 's/ENABLE_SAITHRIFT=0/ENABLE_SAITHRIFT=1/' debian/syncd-rpc/usr/bin/syncd_init_common.sh
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
endif

override_dh_installinit:
Expand Down

0 comments on commit e9e9dc3

Please sign in to comment.