Skip to content

Commit

Permalink
Move recovering ld.so.preload file at the end of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 649e596 commit fdbd989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder/image-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ cd /home/pi/catkin_ws/src/clover/builder/test/
apt-cache show gst-rtsp-launch
apt-cache show openvpn

echo "Move /etc/ld.so.preload back to its original position"
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload

echo "Largest packages installed"
sudo -E sh -c 'apt-get install -y debian-goodies'
dpigs -H -n 100

echo "Move /etc/ld.so.preload back to its original position"
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload

0 comments on commit fdbd989

Please sign in to comment.