You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- Adds `sccache` to the testrunner image
- Mounts the `./.cache/` as `/home/bits/.cache` in the test runner
With these small changes I can get `riot -v run <hash>` to take only
10-ish seconds to start running pytest (after the first run which builds
our library, and etc)
We will need to update the testrunner image in CI and docker-compose.yml
once this Dockerfile change is published for people to get the benefits
from it.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
0 commit comments