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 0db7a7f commit f5a17cfCopy full SHA for f5a17cf
ci/test-bisect.sh
@@ -32,10 +32,12 @@ main() {
32
# shellcheck disable=SC2016
33
echo '#!/usr/bin/env bash
34
export CROSS_CUSTOM_TOOLCHAIN=1
35
-exec "${CROSS}" run --target '"${TARGET}" > bisect.sh
+"${CROSS}" run --target '"${TARGET}"'
36
+cargo -V | grep 2022-06
37
+' > bisect.sh
38
chmod +x bisect.sh
39
- if ! err=$(cargo bisect-rustc --script=./bisect.sh --target "${TARGET}" 2>&1 >/dev/null); then
40
+ if ! err=$(cargo bisect-rustc --start 2022-07-01 --end 2022-07-03 --script=./bisect.sh --target "${TARGET}" 2>&1); then
41
if [[ "${err}" != *"does not reproduce the regression"* ]]; then
42
echo "${err}"
43
exit 1
0 commit comments