Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually add rustc-guide to toolstate, don't fail builds for the guide #62759

Merged
merged 12 commits into from
Jul 28, 2019
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-tools/checkregression.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json

# Regressions for these tools does not cause failure
mark-i-m marked this conversation as resolved.
Show resolved Hide resolved
REGRESSION_OK = ["rustc-guide"]
REGRESSION_OK = ["rustc-guide", "miri"]
mark-i-m marked this conversation as resolved.
Show resolved Hide resolved

if __name__ == '__main__':
os_name = sys.argv[1]
Expand Down