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

build: use larger runner for doc build #1364

Merged
merged 2 commits into from
Oct 5, 2023
Merged

build: use larger runner for doc build #1364

merged 2 commits into from
Oct 5, 2023

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Oct 5, 2023

No description provided.

Copy link
Contributor

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also set:

env:
  # Disable full debug symbol generation to speed up CI build and keep memory down
  # "1" means line tables only, which is useful for panic tracebacks.
  RUSTFLAGS: "-C debuginfo=1"
  # according to: https://matklad.github.io/2021/09/04/fast-rust-builds.html
  # CI builds are faster with incremental disabled.
  CARGO_INCREMENTAL: "0"

These are the same flags we already set in our main build job, so we know they work.

@eddyxu
Copy link
Contributor Author

eddyxu commented Oct 5, 2023

Done @wjones127

@eddyxu eddyxu merged commit c6d8020 into main Oct 5, 2023
1 check passed
@eddyxu eddyxu deleted the lei/doc_build_runner branch October 5, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants