We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c4084 commit 8940a27Copy full SHA for 8940a27
src/ci/docker/x86_64-gnu-tools/checkregression.py
@@ -5,7 +5,7 @@
5
import json
6
7
# Regressions for these tools do not cause failure.
8
-REGRESSION_OK = ["rustc-guide", "miri"]
+REGRESSION_OK = ["rustc-guide", "miri", "embedded-book"]
9
10
if __name__ == '__main__':
11
os_name = sys.argv[1]
0 commit comments