forked from ghc/ghc
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
At the moment the biggest bottleneck is mac x86_64 with:
- ~ 2 hours of build time (including ghcjs)
- ~ 1 hour of testing
Windows follows with ~2 hours.
Possible ideas to reduce:
- parallelize builds better?
- parallelize tests (e.g. into 3 parts and run them on separate runners)
- cache parts of the build (cabal? stage1? libraries?)
- reduce dependencies of stage1 (or use MicroHaskell?)
- stronger (or self hosted) runners
Metadata
Metadata
Assignees
Labels
No labels