qutebrowser/scripts/dev/ci/docker
Florian Bruhin 858606c18d ci: Remove QtWebKit testing
It's broken in weird ways since recently (`:version` not loading,
segfault in test_version.py). Since nobody should be using it anyways,
there is no point in spending time on debugging a tricky issue.

Next step is probably ripping it out completely, but that's a separate
can of worms.

See #4039
2025-05-13 09:29:04 +02:00
..
Dockerfile.j2 ci: Remove QtWebKit testing 2025-05-13 09:29:04 +02:00
README.md Integrate docker rebuild workflow 2020-11-25 19:49:25 +01:00
generate.py ci: Remove QtWebKit testing 2025-05-13 09:29:04 +02:00

README.md

This directory contains a Dockerfile template for containers used to test qutebrowser on CI.

The generate.py script uses that template to generate various image configuration.

The images are rebuilt via Github Actions in this directory, and qutebrowser then downloads them during the CI run. Note that means that it'll take a while until builds will use the newer image if you make a change to this directory.