We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3d517 + 24ec22d commit 885abc7Copy full SHA for 885abc7
scripts/update-base.sh
@@ -27,7 +27,7 @@ elif [ "${BACKEND}" = "base" ]; then
27
if [ "${CURRENTLY_RUNNING_FLAVOR}" = "RELEASE" ]; then
28
echo "=== ${jail_name} ==="
29
if [ "${RUST}" = "YES" ]; then
30
- rustdate=$(jexec "${jail_name}" which freebsd-rustdate)
+ rustdate=$(jexec "${jail_name}" which freebsd-rustdate || true)
31
if [ -z "${rustdate}" ]; then
32
jexec "${jail_name}" pkg install -y freebsd-rustdate
33
fi
0 commit comments