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 7015c77 commit 1e25591Copy full SHA for 1e25591
ci/verify-build.sh
@@ -76,7 +76,7 @@ test_target() {
76
nightly-*freebsd*) do_freebsd_checks=1 ;;
77
esac
78
79
- if [ "${do_freebsd_checks:-}" = "1" ]; then
+ if [ -n "$do_freebsd_checks" ]; then
80
for version in $freebsd_versions; do
81
export RUST_LIBC_UNSTABLE_FREEBSD_VERSION="$version"
82
$cmd
0 commit comments