We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3d517 commit 24ec22dCopy full SHA for 24ec22d
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