Github is running very slowly for the Rust crates
# maintainers
r
Github is running very slowly for the Rust crates
sadge 1
Most of the builds just get queued for a long time (starting to approach an hour). I wonder if this may affect it
😆 2
If that is so, then for those who don't know what Irony is, this is an example.
😂 1
j
That's some hefty caches... I know that for Pact Python, part of the bloat are old caches which are in the 30 days queue until expiration.
The largest Python caches are ~200MB each And then x5 for each Python version supported (3.8, 3.9, 3.10, 3.11, 3.12) and then x3 for each operating system
y
rust debug builds are horrendous. i get +25gb on my machine building for all targets
j
hmmm, I wonder if there's a compromise that might work? E.g., use a
debug
build because it is fast, but without all of the intermediate artefacts?
y
to be honest we only save about 6 mins per run with the cache on the linux builds. save a fair bit more on macos