You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
0 commit comments