Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit ac6201a

Browse files
committed
Timeouts DO happen on CircleCI
I am not sure when that changed. The builds used to take 4:30 hours and now the take almost exactly 5 hours. Sometimes more, sometimes less.
1 parent 3af7c50 commit ac6201a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file configures automatic builds of Sage on [CircleCI](https://circleci.com).
22
# To make the build time not too excessive, we seed the build cache with
33
# sagemath/sagemath-dev:develop. When basic SPKGs change, this does not help much,
4-
# still the full build does usually not exceed CircleCI's limits for open
5-
# source projcets (five hours on 2 vCPUs as of early 2018.)
4+
# as the full build will often exceed CircleCI's limits for open source
5+
# projcets (five hours on 2 vCPUs as of early 2018.)
66
# You might want to try to build locally or with GitLab CI, see
77
# `.gitlab-ci.yml` for more options.
88

0 commit comments

Comments
 (0)