ci: give the doc builder more memory

pull/24376/head
Jake Goulding 2022-05-20 10:44:06 -04:00
parent 4bad553dc6
commit 359046f3f2
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ jobs:
doc:
docker:
- image: quay.io/influxdb/rust:ci
resource_class: medium+ # use of a smaller executor runs out of memory
environment:
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.
CARGO_INCREMENTAL: "0"