Patrick Steinhardt <ps@xxxxxx> writes: > diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh > index 3680446649..c718bd101a 100755 > --- a/ci/run-build-and-tests.sh > +++ b/ci/run-build-and-tests.sh > @@ -9,7 +9,9 @@ case "$jobname" in > fedora-breaking-changes-musl|linux-breaking-changes) > export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main > export WITH_BREAKING_CHANGES=YesPlease > + export WITH_RUST=YesPlease > MESONFLAGS="$MESONFLAGS -Dbreaking_changes=true" > + MESONFLAGS="$MESONFLAGS -Drust=enabled" > ;; > linux-TEST-vars) > export OPENSSL_SHA1_UNSAFE=YesPlease This had a slight interaction with other topics in flight that targets 3.0 boundary. I believe the resolution I did was correct, but please double check for sanity. Thanks.