Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The goal of the PR is to improve build times. Currently the build steps take around > ~15 mins and most of the time is spent building sparta and the other dependencies. This should bring it down to roughly ~6 mins. CCache is used to cache build files, the cache for each branch is unique to prevent cache invalidation issues between different branches. Conda dependencies are also cached although the time to build is not affected as much roughly ~1 mins but would be higher if the network is slow.Conda spends a lot of time checking the dependencies. Cached action run https://github.com/h0lyalg0rithm/riscv-perf-model/actions/runs/5987171626
- Loading branch information