Commit Graph

573 Commits

Author SHA1 Message Date
meejah
c5f54a0cad admit defeat 2024-12-13 11:02:20 -07:00
meejah
a7d149f7f9 no slow things, this builder is already very slow 2024-12-13 09:25:34 -07:00
meejah
ea94d23624 py39 -> py311 2024-12-13 00:27:38 -07:00
meejah
654ec9d5e3 no debian 11 2024-12-13 00:21:09 -07:00
meejah
5105d1ae54 Install newer tor, from torproject.org 2024-12-13 00:19:14 -07:00
Benoit Donneaux
c7b2ae7b2c Update build-images job according to the latest doc
https://circleci.com/blog/how-to-build-a-docker-image-on-circleci-2-0/
trying to avoid "Docker is not supported on this resource class"

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-13 00:19:14 -07:00
Benoit Donneaux
db72c12e57 Refresh docker images
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-13 00:19:14 -07:00
meejah
ef55c29c60 do not need [build] to be cached 2024-12-12 15:29:25 -07:00
Benoit Donneaux
f0785a547e Merge remote branch 'origin/master' into 4134.fix-circleci-nix 2024-12-11 11:56:59 +01:00
meejah
85335f151d attempt to properly ignore Nix 2024-12-06 15:23:06 -07:00
meejah
f5e80f2f6f moar wheels 2024-12-06 13:20:30 -07:00
meejah
4c9321eff1 see if wheel cache works now 2024-12-06 13:20:18 -07:00
meejah
52cd536686 remove broken oracle-linux-8 (+ fedora) builders 2024-12-06 13:17:52 -07:00
meejah
6c9cb09481 no build deps 2024-12-06 13:17:52 -07:00
meejah
8a66c40d47 answer the question 2024-12-06 13:17:52 -07:00
meejah
0130fd74e6 make hatchling happy? 2024-12-06 13:17:52 -07:00
meejah
4386a0ee41 do we even need to? 2024-12-06 13:17:52 -07:00
meejah
0d85384dfc arrrrg 2024-12-06 13:17:52 -07:00
meejah
6a89b0263b less less care 2024-12-06 13:17:52 -07:00
meejah
cbe103edaf less care 2024-12-06 13:17:52 -07:00
meejah
3dfc48bcf4 why do we care about this cache? 2024-12-06 13:17:52 -07:00
meejah
02a73833ea key wrong? 2024-12-06 13:17:52 -07:00
meejah
b39fb229b3 fix? 2024-12-06 13:17:52 -07:00
Benoit Donneaux
de355ec634 Remove nixpkgs override and the lib we no longer use
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-06 00:35:02 +01:00
Benoit Donneaux
3187e00735 Update nixpkgs to 24.11, drop test for python39 but add python312
Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-05 11:51:56 +01:00
Benoit Donneaux
19aa0cd1c2 Avoid Cachix until we recover the onwership on that cache
Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-05 11:51:06 +01:00
Florian Sesser
aedd948247 grammar 2024-11-08 13:26:47 +00:00
Florian Sesser
73d42c74ed cleanup 2024-11-08 13:17:29 +00:00
Florian Sesser
92e195d28f Windows server 2022 current image has python 3.9 and 3.12 installed 2024-11-08 13:00:17 +00:00
Florian Sesser
0d196efc31 We need the _version.py file in any case, even if we use the cache. 2024-11-08 12:50:47 +00:00
Florian Sesser
2efa78e426 Work around Windows 2022 _version.py writing race 2024-11-08 12:11:28 +00:00
Florian Sesser
e49eba3df0 Move tool versions step down a bit to where we actually have all these tools 2024-11-08 12:11:28 +00:00
meejah
a26782e81b YOLO windows image 2024-11-08 12:11:28 +00:00
Itamar Turner-Trauring
4f8269db09 Use modern versions 2023-11-20 16:29:01 -05:00
Jean-Paul Calderone
a95a6b88a9 note motivation for our choice of these python versions 2023-08-09 17:04:26 -04:00
Jean-Paul Calderone
14135ea3f0 make sure the two mentions of the cache key agree 2023-08-09 13:07:03 -04:00
Jean-Paul Calderone
a0389e83cc use the *correct* templating system for this value 2023-08-09 12:54:02 -04:00
Jean-Paul Calderone
65d76c2e3c must install wheel to build wheels with pip wheel it seems 2023-08-09 12:53:07 -04:00
Jean-Paul Calderone
4db44dc178 Attempt to cache all the wheels 2023-08-09 12:34:09 -04:00
Jean-Paul Calderone
c5cac7b5a7 get rid of the partial cache key
CircleCI docs don't clearly explain what happens after a partial cache key
match and reconstructing our cache is sufficiently cheap that it's probably
not worth the complexity / uncertainty.
2023-08-09 12:01:02 -04:00
Jean-Paul Calderone
fa72ac7951 a couple more comments about the windows job steps 2023-08-09 12:00:56 -04:00
Jean-Paul Calderone
ce8a6d49c7 Attempt to cache packages downloaded with pip for Windows jobs 2023-08-09 11:30:39 -04:00
Jean-Paul Calderone
35d731adf0 remove the debug step 2023-08-09 11:20:38 -04:00
Jean-Paul Calderone
e072fb60b8 fix the comment above PATH manipulation 2023-08-09 11:20:28 -04:00
Jean-Paul Calderone
89506a6f82 back to the full test suite 2023-08-09 11:03:33 -04:00
Jean-Paul Calderone
e1269c836d try again with closing quote 2023-08-09 10:55:49 -04:00
Jean-Paul Calderone
f179390094 fix quoting bug 2023-08-09 10:52:10 -04:00
Jean-Paul Calderone
0995b77020 try stripping the interpreter-specific prefix from our paths 2023-08-09 10:44:17 -04:00
Jean-Paul Calderone
66177ae28e how about this impressive construction?
previous version was constructing the value string wrong
2023-08-09 10:44:00 -04:00
Jean-Paul Calderone
139a329b38 debug PATH setup 2023-08-09 10:29:18 -04:00