Skip to content

Commit 064cf5e

Browse files
committed
Use 4GB of RAM (the default) for all containers. don't adjust
macos_instance, because we can't.
1 parent 71aa0ba commit 064cf5e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.cirrus.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ task:
4444
freebsd_instance:
4545
image_family: freebsd-14-0-snap
4646
cpu: 1
47-
memory: 2G
4847
# Enable tests that would fail on FreeBSD 12
4948
RUSTFLAGS: --cfg fbsd14 -D warnings
5049
RUSTDOCFLAGS: --cfg fbsd14
@@ -73,8 +72,6 @@ task:
7372
TARGET: aarch64-apple-darwin
7473
macos_instance:
7574
image: ghcr.io/cirruslabs/macos-ventura-base:latest
76-
cpu: 1
77-
memory: 4G
7875
setup_script:
7976
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
8077
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
@@ -151,7 +148,6 @@ task:
151148
arm_container:
152149
image: rust:1.63.0
153150
cpu: 1
154-
memory: 2G
155151
depends_on:
156152
- FreeBSD 14 amd64 & i686
157153
- Linux x86_64
@@ -166,14 +162,12 @@ task:
166162
container:
167163
image: rust:1.63.0
168164
cpu: 1
169-
memory: 2G
170165
env:
171166
TARGET: x86_64-unknown-linux-gnu
172167
- name: Linux x86_64 musl
173168
container:
174169
image: rust:1.63.0
175170
cpu: 1
176-
memory: 2G
177171
depends_on:
178172
- FreeBSD 14 amd64 & i686
179173
- Linux x86_64
@@ -195,7 +189,6 @@ task:
195189
container:
196190
image: rust:latest
197191
cpu: 1
198-
memory: 2G
199192
env:
200193
TARGET: x86_64-unknown-linux-gnu
201194
setup_script:
@@ -208,7 +201,6 @@ task:
208201
container:
209202
image: rust:1.63.0
210203
cpu: 1
211-
memory: 2G
212204
depends_on:
213205
- FreeBSD 14 amd64 & i686
214206
- Linux x86_64
@@ -279,7 +271,6 @@ task:
279271
# Redox's MSRV policy is unclear. Until they define it, use nightly.
280272
image: rustlang/rust:nightly
281273
cpu: 1
282-
memory: 2G
283274
depends_on:
284275
- FreeBSD 14 amd64 & i686
285276
- Linux x86_64
@@ -306,7 +297,6 @@ task:
306297
container:
307298
image: rustlang/rust:nightly
308299
cpu: 1
309-
memory: 2G
310300
env:
311301
BUILD: check
312302
HOST: x86_64-unknown-linux-gnu
@@ -364,7 +354,6 @@ task:
364354
container:
365355
image: rustlang/rust:nightly
366356
cpu: 1
367-
memory: 2G
368357
setup_script:
369358
- cargo update -Zminimal-versions
370359
check_script:
@@ -377,6 +366,5 @@ task:
377366
container:
378367
image: rust:latest
379368
cpu: 1
380-
memory: 2G
381369
setup_script: rustup component add rustfmt
382370
test_script: cargo fmt --all -- --check **/*.rs

0 commit comments

Comments
 (0)