]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Make container environment available to scripts
authorAndrea Bolognani <abologna@redhat.com>
Mon, 10 Feb 2020 17:02:55 +0000 (18:02 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 24 Feb 2020 12:41:58 +0000 (13:41 +0100)
commit71517ae4db35c4dcc6c358d60d3a6d5da0615d39
treea2ed15cf042fc2ad24ea4992ca9ce1a151323cba
parentb2aec51686d78fceb473e1bbe9587f503b60133a
ci: Make container environment available to scripts

For container images targeted at cross-building, we bake a small
amount of architecture-specific information in the environment so
that builds can work as expected without requiring additional work
from the user; unfortunately this information got lost as soon as
we called sudo. Explicitly allow it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
ci/Makefile