From 9cc11e262f1c8313ec11154a2d5440ff5664aec4 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 4 Oct 2022 15:23:57 +0200 Subject: test Miri changes in PR CI; we no longer need xargo --- src/ci/scripts/should-skip-this.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ci/scripts') diff --git a/src/ci/scripts/should-skip-this.sh b/src/ci/scripts/should-skip-this.sh index c863f1b68c7..67ff00cc1df 100755 --- a/src/ci/scripts/should-skip-this.sh +++ b/src/ci/scripts/should-skip-this.sh @@ -18,10 +18,11 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then # Submodules pseudo-files inside git have the 160000 permissions, so when # those files are present in the diff a submodule was updated. echo "Submodules were updated" - elif ! git diff --quiet "$BASE_COMMIT" -- src/tools/clippy src/tools/rustfmt; then + elif ! (git diff --quiet "$BASE_COMMIT" -- \ + src/tools/clippy src/tools/rustfmt src/tools/miri); then # There is not an easy blanket search for subtrees. For now, manually list # the subtrees. - echo "Clippy or rustfmt subtrees were updated" + echo "Tool subtrees were updated" elif ! (git diff --quiet "$BASE_COMMIT" -- \ src/test/rustdoc-gui \ src/librustdoc \ -- cgit 1.4.1-3-g733a5