-
Notifications
You must be signed in to change notification settings - Fork 176
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
CI fix experimentation #2170
CI fix experimentation #2170
Conversation
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
All 5 jobs are still failing. The error is new though:
|
Yep, that's because it selected a stable compiler. |
This reverts commit 3a8a2de.
@@ -73,6 +73,8 @@ dependencies = [ "diplomat-gen-c" ] | |||
install_crate = { rustup_component_name = "rust-src" } | |||
script_runner = "@duckscript" | |||
script = ''' | |||
unset RUSTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: If this works, please put a link to an issue that we can track to remove these lines eventually.
"Unfortunately" the reverted rustup has been pushed up, so I don't think we can test this way anymore. We can instead test using docker or something. |
I think this fix worked though, except for the memory task. |
No description provided.