Skip to content

Commit

Permalink
CI: Fix resolving dependencies with Debian packages
Browse files Browse the repository at this point in the history
Pick-to: 6.6
Change-Id: Ia057c34318daff2d63237d523803a4231a621da1
Reviewed-by: Toni Saario <[email protected]>
(cherry picked from commit ce09de5)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
faltsi authored and Qt Cherry-pick Bot committed Sep 29, 2023
1 parent 2fd9735 commit e20328d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coin/instructions/debian/debian_build_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ instructions:
contains_value: "MISSING_DEBIAN_INST"
- type: ExecuteCommand
command: ["sbuild",
"--build-dep-resolver=aptitude",
"--build-dep-resolver=apt",
"-sAd", "tqtc-focal",
"-c", "{{.Env.COIN_SBUILD_CHROOT}}",
"--build-dir", "output/debian_packages",
"--extra-repository={{.Env.COIN_EXTRA_DEBIAN_REPO}}",
"--extra-package={{.Env.COIN_EXTRA_DEBIAN_PACKAGES}}",
"--extra-package={{.AgentWorkingDir}}/debian_packages/",
"qt-{{.Env.QT_REPO_MODULE_VERSION}}-{{.Env.TESTED_MODULE_PLAIN_COIN}}-src_{{.Env.QT_REPO_MODULE_VERSION}}-1.dsc"]
Expand Down

0 comments on commit e20328d

Please sign in to comment.