Skip to content

Commit 8940a27

Browse files
committed
embedded-book failures don't block beta
1 parent 17c4084 commit 8940a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/x86_64-gnu-tools/checkregression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import json
66

77
# Regressions for these tools do not cause failure.
8-
REGRESSION_OK = ["rustc-guide", "miri"]
8+
REGRESSION_OK = ["rustc-guide", "miri", "embedded-book"]
99

1010
if __name__ == '__main__':
1111
os_name = sys.argv[1]

0 commit comments

Comments
 (0)