ooni-probe-cli/CLI/linux
Simone Basso 638acb0830
fix: build ooniprobe for linux using debian/amd64 (#552) (#553)
In https://github.com/ooni/probe/issues/1741, we observed that
every attempt to use `docker --platform` along with `debian` for
packaging ooniprobe fails with `SEGFAULT`, except when using
the `debian:oldstable` container.

To fix this issue, in this diff we fix Debian packaging to run on
any debian system (`debian:stable` in our case) provided that we
have `qemu-user-static` installed on the system and the system is
a Debian (or Debian-derived) system.

The trick here is to use `dpkg-buildpackage -a $deb_arch`. We
also need to disable a few `debian/rules` that we don't actually
need anyway.

Closes https://github.com/ooni/probe/issues/1741.

This cherry-picks 36a5bf34f99f382a081efd642dd472888a57602b
from the stable branch into the master branch.
2021-10-22 15:14:11 +02:00
..
386 feat(make): sign more generated binaries (#330) 2021-05-05 14:26:19 +02:00
amd64 feat(make): sign more generated binaries (#330) 2021-05-05 14:26:19 +02:00
arm feat(make): sign more generated binaries (#330) 2021-05-05 14:26:19 +02:00
arm64 feat(make): sign more generated binaries (#330) 2021-05-05 14:26:19 +02:00
build feat: build and publish debian/{armhf,i386} (#344) 2021-05-11 20:16:27 +02:00
pkgdebian fix: build ooniprobe for linux using debian/amd64 (#552) (#553) 2021-10-22 15:14:11 +02:00
pubdebian fix(debian): make sure we can publish all archs (#350) 2021-05-19 13:54:19 +02:00