fix: give xlarge image to perf_image build step
parent
05c2d6d3b6
commit
05e35537d8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue