Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • QEMU
  • qemu
  • Merge requests
  • !18

d/control-in: allow build-dep on non-x86 to ignore build-indep

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Christian Ehrhardt requested to merge paelzer-guest/qemu:allow-apt-build-dep-on-non-x86 into master Feb 08, 2021
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 1

Due to most roms now being cross-built Build-Indep contains plenty of build dependencies for cross toolchains. Due to that on non-x86 one can no more apt build-dep things for a native build as that does not skip the Build-Depends-Indep.

gcc-s390x-linux-gnu | 4:10.2.1-1 | testing | amd64, arm64, i386, ppc64el gcc-alpha-linux-gnu | 4:10.2.1-1 | testing | amd64, i386 gcc-powerpc64-linux-gnu | 4:10.2.1-1 | testing | amd64, i386 gcc-sparc64-linux-gnu | 4:10.2.1-1 | testing | amd64, i386 gcc-hppa-linux-gnu | 4:10.2.1-1 | testing | amd64, i386 gcc-riscv64-linux-gnu | 4:10.2.1-1 | testing | amd64, arm64, i386, ppc64el

Those tools only exists on a few architectures, marking it as needed for only those allows that apt build-dep works on non-x86 while the actual build on e.g. an ftp upload isn't changing at all.

Edited Feb 08, 2021 by Christian Ehrhardt
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: allow-apt-build-dep-on-non-x86