Skip to content
Snippets Groups Projects

Workaround HTTP 2 issues on OSTree images

Merged Walter Lozano requested to merge wip/wlozano/ostree-http1.1 into apertis/v2024pre
Files
3
+ 5
0
@@ -87,6 +87,11 @@ actions:
chroot: false
command: ostree --repo="${ROOTDIR}/ostree/repo" config set core.sign-verify-deltas "true"
- action: run
description: "Disable http2 to allow retries"
chroot: false
command: ostree --repo="${ROOTDIR}/ostree/repo" config set 'remote "origin".http2' "false"
- action: run
chroot: false
description: Setup firmware and U-Boot
Loading