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
pythonbuild: support reading environment variables from a file
This enables you to define persisted environment variables between
builds. I'm now using this to make use of an S3 bucket for sccache
storage. This speeds up my local builds dramatically.
While I was here, I also documented how to configure sccache to
speed up builds because it is a game changer.
0 commit comments