Commit Graph

20 Commits

Author SHA1 Message Date
cc6439105e further shrink the generator image 2022-02-16 16:14:26 +01:00
0e7b4d86df further shrink the generator image 2022-02-16 16:10:55 +01:00
90f5a16068 try to make Docker image smaller again 2022-02-11 17:24:53 +01:00
962237945f save another 30M by moving and not copying the output 2022-02-10 10:30:05 +01:00
55c27466a6 try to make CD runner image smaller as it still fails with running out of disk space 2022-02-10 10:08:20 +01:00
ee19ce4fa2 try to make CD runner image smaller as it still fails with running out of disk space 2022-02-10 09:44:00 +01:00
419ae66813 try to make CD runner image smaller as it still fails with running out of disk space 2022-02-10 09:27:30 +01:00
b1c3b2f25f for CD we have now python3 2022-02-09 17:06:24 +01:00
2405b39da4 looks like the CD failed with out of disk... 2022-02-09 17:00:46 +01:00
2e1bdfa90f install ca-certificates first, it seams to make trouble 2022-02-09 15:39:25 +01:00
b51c485842 fix pip taking forever and add Dockerfile to simplify testing
Currently the building of the pages fails with

    ERROR: Job failed: execution took longer than 1h0m0s seconds

because of many

    INFO: pip is looking at multiple versions of XYZ to determine which version is compatible with other requirements. This could take a while.
    INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. ...

A manual run on my laptop without hard time limits was not finished after 6 hours.

It will now use basic Debian Python packages whereever possible and only install a dozend or so dependecies with pip.
The runtime is now down again to reasonable time, as it can be tested with the added Dockerfile:

    podman build .
2022-02-09 08:50:51 +01:00
d43da523f0 hopefully fix formatting 2021-08-04 16:30:09 +02:00
5e32cc9fdf fix? 2021-08-04 15:48:46 +02:00
f2ac0e1322 fix? 2021-08-04 15:40:09 +02:00
06deb9a4f6 fix? 2021-08-04 15:34:01 +02:00
aaf3962f63 fix? 2021-08-04 15:30:38 +02:00
69816c8e24 fix? 2021-08-04 15:27:43 +02:00
654432293e remove explicit version 2021-08-04 14:42:33 +02:00
acbcf5651d fix ? 2021-06-09 10:06:52 +02:00
49e1a474be test 2021-05-05 14:08:59 +02:00