Skip to content

Commit 9b6cc1b

Browse files
authored
Merge branch 'master' into ck-631
2 parents 6678b33 + 920dbcb commit 9b6cc1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,14 @@ jobs:
198198
- build-steps:
199199
platform: debian
200200

201+
# this build runs on a fixed machine, due to a storage need
202+
# nothing about it necessitates the machine itself, other than the need for more disk.
201203
platforms-build:
202204
machine:
203205
enabled: true
204206
docker_layer_caching: true
205-
resource_class: gpu.nvidia.small
206-
image: ubuntu-1604-cuda-11.1:202012-01
207+
resource_class: small
208+
image: ubuntu-2004:202101-01
207209
steps:
208210
- platforms-build-steps
209211

0 commit comments

Comments
 (0)