You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fixed this with a commit in the branch associated with PR GH-57688 by usinng the first command found on the system between "podman-compose and docker-compose" and finally resorting to either "podman compose" or "docker compose" if none of the others are found.
strk
added a commit
to strk/QGIS
that referenced
this issue
Jun 10, 2024
What is the bug or the crash?
Running .ci/run_tests.sh with podman-docker complains about:
Error: unknown shorthand flag: 'f' in -f
See 'podman --help'
The offending line is:
docker compose -f ...
It works if we use
docker-compose -f ...
insteadCommit 97b19f4 changed to the former but it isn't clear why.
The merge commit by @m-kuhn references GH-57023 which seems unrelated to docker.
Steps to reproduce the issue
Run .ci/run_tests.sh with podman-docker installed
Versions
current master aka c435b09
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: