fix: give xlarge image to perf_image build step

pull/24376/head
Marko Mikulicic 2021-06-07 14:03:55 +02:00
parent 05c2d6d3b6
commit 05e35537d8
No known key found for this signature in database
GPG Key ID: D02A41F91A687DB3
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ jobs:
perf_image:
docker:
- image: quay.io/influxdb/rust:ci
resource_class: xlarge # use of a smaller executor tends crashes on link
environment:
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.
CARGO_INCREMENTAL: "0"