Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3800d40

Browse filesBrowse files
authored
Rollup merge of #102780 - RalfJung:miri-lib-sys, r=Mark-Simulacrum
run Miri CI when std::sys changes r? `@Mark-Simulacrum`
2 parents d70e56a + 3d93c38 commit 3800d40
Copy full SHA for 3800d40

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎src/ci/scripts/should-skip-this.sh

Copy file name to clipboardExpand all lines: src/ci/scripts/should-skip-this.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
1919
# those files are present in the diff a submodule was updated.
2020
echo "Submodules were updated"
2121
elif ! (git diff --quiet "$BASE_COMMIT" -- \
22-
src/tools/clippy src/tools/rustfmt src/tools/miri); then
22+
src/tools/clippy src/tools/rustfmt src/tools/miri
23+
library/std/src/sys); then
2324
# There is not an easy blanket search for subtrees. For now, manually list
2425
# the subtrees.
26+
# Also run this when the platform-specific parts of std change, in case
27+
# that breaks Miri.
2528
echo "Tool subtrees were updated"
2629
elif ! (git diff --quiet "$BASE_COMMIT" -- \
2730
src/test/rustdoc-gui \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.