Cache Google Chrome deb with generic packages rather than AWS

This commit is contained in:
Lukas 'Eipi' Eipert 2022-02-22 15:49:54 +00:00 committed by Stan Hu
parent 6bb7cc091f
commit e951d1ab82
4 changed files with 37 additions and 30 deletions

View file

@ -83,10 +83,10 @@ unexpectedly. For reference, this happened in the past: https://gitlab.com/gitla
Google has a policy of yanking older versions of Google Chrome from their PPA
whenever a new major version is released. To help maintain consistent build
images, there is a CI step that saves the latest Google Chrome .deb into an S3
bucket. The install for Chrome will attempt to retrieve from the bucket if it
cannot find the file in the apt repository. See `scripts/cache-google-chrome`
for more details.
images, there is a CI step that saves the latest Google Chrome .deb into an the
GitLab package registry. The install for Chrome will attempt to retrieve from the
registry if it cannot find the file in the apt repository.
See `scripts/cache-google-chrome` for more details.
## Contributing