Skip to content

Commit

Permalink
ubuntu2204: try some hacks to fix incremental builds (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jan 16, 2025
1 parent c367ce1 commit ac2e4c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ubuntu2204/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ if ! [ -e /init/built_servo_once_successfully ]; then
touch /init/built_servo_once_successfully
poweroff
exit
else
cd /a/servo/servo
# Freshen git’s understanding of the working tree.
git status
# Freshen cargo’s understanding of the incremental build.
./mach build --use-crown --locked --release --features layout_2013
fi

if [ -e /init/runner.sh ]; then
Expand Down

0 comments on commit ac2e4c6

Please sign in to comment.