Prefix sys fields with sys_ consistently on Interpreter (#4084)

## Summary

This is more consistent across the struct _and_ opens up space for
`--prefix`.
This commit is contained in:
Charlie Marsh 2024-06-05 22:11:21 -04:00 committed by GitHub
parent 120148f0a1
commit fa2b6a28bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 48 additions and 48 deletions

View file

@ -636,7 +636,7 @@ impl CacheBucket {
Self::BuiltWheels => "built-wheels-v3",
Self::FlatIndex => "flat-index-v0",
Self::Git => "git-v0",
Self::Interpreter => "interpreter-v1",
Self::Interpreter => "interpreter-v2",
Self::Simple => "simple-v8",
Self::Wheels => "wheels-v1",
Self::Archive => "archive-v0",