44
44
freebsd_instance :
45
45
image_family : freebsd-14-0-snap
46
46
cpu : 1
47
- memory : 2G
48
47
# Enable tests that would fail on FreeBSD 12
49
48
RUSTFLAGS : --cfg fbsd14 -D warnings
50
49
RUSTDOCFLAGS : --cfg fbsd14
73
72
TARGET : aarch64-apple-darwin
74
73
macos_instance :
75
74
image : ghcr.io/cirruslabs/macos-ventura-base:latest
76
- cpu : 1
77
- memory : 4G
78
75
setup_script :
79
76
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
80
77
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
@@ -151,7 +148,6 @@ task:
151
148
arm_container :
152
149
image : rust:1.63.0
153
150
cpu : 1
154
- memory : 2G
155
151
depends_on :
156
152
- FreeBSD 14 amd64 & i686
157
153
- Linux x86_64
@@ -166,14 +162,12 @@ task:
166
162
container :
167
163
image : rust:1.63.0
168
164
cpu : 1
169
- memory : 2G
170
165
env :
171
166
TARGET : x86_64-unknown-linux-gnu
172
167
- name : Linux x86_64 musl
173
168
container :
174
169
image : rust:1.63.0
175
170
cpu : 1
176
- memory : 2G
177
171
depends_on :
178
172
- FreeBSD 14 amd64 & i686
179
173
- Linux x86_64
@@ -195,7 +189,6 @@ task:
195
189
container :
196
190
image : rust:latest
197
191
cpu : 1
198
- memory : 2G
199
192
env :
200
193
TARGET : x86_64-unknown-linux-gnu
201
194
setup_script :
@@ -208,7 +201,6 @@ task:
208
201
container :
209
202
image : rust:1.63.0
210
203
cpu : 1
211
- memory : 2G
212
204
depends_on :
213
205
- FreeBSD 14 amd64 & i686
214
206
- Linux x86_64
@@ -279,7 +271,6 @@ task:
279
271
# Redox's MSRV policy is unclear. Until they define it, use nightly.
280
272
image : rustlang/rust:nightly
281
273
cpu : 1
282
- memory : 2G
283
274
depends_on :
284
275
- FreeBSD 14 amd64 & i686
285
276
- Linux x86_64
@@ -306,7 +297,6 @@ task:
306
297
container :
307
298
image : rustlang/rust:nightly
308
299
cpu : 1
309
- memory : 2G
310
300
env :
311
301
BUILD : check
312
302
HOST : x86_64-unknown-linux-gnu
@@ -364,7 +354,6 @@ task:
364
354
container :
365
355
image : rustlang/rust:nightly
366
356
cpu : 1
367
- memory : 2G
368
357
setup_script :
369
358
- cargo update -Zminimal-versions
370
359
check_script :
@@ -377,6 +366,5 @@ task:
377
366
container :
378
367
image : rust:latest
379
368
cpu : 1
380
- memory : 2G
381
369
setup_script : rustup component add rustfmt
382
370
test_script : cargo fmt --all -- --check **/*.rs
0 commit comments