-
Notifications
You must be signed in to change notification settings - Fork 435
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
Updated docs to use mdbook #2834
Conversation
@scentini in order for this change to work an admin of the repo will need to update the following settings |
I can try doing the update. Which settings need to be updated and to what values? |
Pages needs to be deployed from a branch and set to the |
@krasimirgg do you have the ability to retry specific jobs? There seems to be issues with the remote cache and I'm having no success running the entire suite over and over again praying for all green. |
Triggered retries. |
Thanks! But still seeing things like
😞 |
Wild guess: this mentions rustdoc and proc_macros, could it be that it's the same thing that #1952 addresses? |
I figured not due to |
@tjgq : we're seeing |
This can happen if remote cache entries are evicted while the build is in progress (any cache entry found during the build is assumed to remain available for the remainder of the build). You can try setting |
Is there a way you can purge the cache? |
Not from Bazel, but for a GCS bucket you should be able to do it through the Google Cloud UI. |
I'm not a Googler so I'd have to defer to you or @krasimirgg for your access there. |
Sorry, I didn't realize this was in the |
There are $REASONS why we can't switch to an RBE cache at the moment. For now, we've cleared the HTTP cache. Can you push a change to trigger a new run? |
@krasimirgg can you update the repo settings? |
done |
et voila! https://bazelbuild.github.io/rules_rust/index.html |
Drive by - the docs look fantastic, thank you for working on it! |
This updates docs to be built using mdbook for improved readability and search-ability. Note that the raw markdown from stardoc is still committed to the repo and can be easily viewed at any commit to ensure users are able to get the correct docs for their current version of rules_rust.