summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-02-25 16:39:56 +1300
committertoofar <toofar@spalge.com>2024-02-25 16:52:32 +1300
commit42cf53ae7cc71ef107db026aada1428b73327d1a (patch)
treee212779c76403b285ad5bbdac40d9d947c590fc2
parent5687177d4dd70284cce7591aa26c44898ddb4ff4 (diff)
downloadqutebrowser-42cf53ae7cc71ef107db026aada1428b73327d1a.tar.gz
qutebrowser-42cf53ae7cc71ef107db026aada1428b73327d1a.zip
ci: don't fail all docker builds if one fails
Currently the unstable docker images are failing to build (undefined symbol: _ZN5QFont11tagToStringEj, version Qt_6. Looks like Qt has upgraded to 6.7 but pyqt6 hasn't been patched to remove some symbols that are gone now). But we might as well let the stable ones rebuild right?
-rw-r--r--.github/workflows/docker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3762e6f48..9dc925e29 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -10,6 +10,7 @@ jobs:
if: "github.repository == 'qutebrowser/qutebrowser'"
runs-on: ubuntu-20.04
strategy:
+ fail-fast: false
matrix:
image:
- archlinux-webkit