Skip to content

Commit 4eef08a

Browse files
authored
Merge pull request #343 from mekanix/faster-rustdate
Don't use "sync" after every file
2 parents 933a128 + c731620 commit 4eef08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update-base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ elif [ "${BACKEND}" = "base" ]; then
3636
if [ "${RUST}" = "YES" ]; then
3737
JAIL_ROOT="$(jls -N -j network path)"
3838
${rustdate} -b "${JAIL_ROOT}" fetch
39-
${rustdate} -b "${JAIL_ROOT}" install
39+
${rustdate} -b "${JAIL_ROOT}" install -as
4040
else
4141
freebsd-update -j "${jail_name}" --not-running-from-cron fetch install
4242
echo
@@ -51,7 +51,7 @@ elif [ "${BACKEND}" = "base" ]; then
5151
unset HTTP_PROXY
5252
JAIL_ROOT="$(jls -N -j network path)"
5353
${rustdate} -b "${JAIL_ROOT}" fetch
54-
${rustdate} -b "${JAIL_ROOT}" install
54+
${rustdate} -b "${JAIL_ROOT}" install -as
5555
else
5656
freebsd-update -j "${jail_name}" --not-running-from-cron fetch install
5757
fi

0 commit comments

Comments
 (0)