diff options
author | Arif Ali <arif.ali@canonical.com> | 2023-11-18 15:36:33 +0000 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-11-26 12:26:43 -0500 |
commit | 2e6ca7bf5fb8f88f0f59b864e87258ad67b598e4 (patch) | |
tree | bede9b64f65d591d56994c16386a6037f0aac44c /debian/rules | |
parent | 877920607889ff6828b7f41be90b3a9d027444bb (diff) | |
download | sos-2e6ca7bf5fb8f88f0f59b864e87258ad67b598e4.tar.gz |
[deb][pkg] Update control for downstream build
* python3-setuptools is still required for building the package
* python3-yaml is required for build for tests with the
conformance_tests
* Add the same ignores as dowstream build, so that we don't have to
keep changing these. Once the avocado is packaged, we can take this
out
* Update image for the deb creation, so that it can be minimal
* Fix lxd runtime, so that if the root device is not available, it
will not look at the storage pools
Downstream build machines are much more minimal compared to gce
instances, so we require more dependencies to be added.
Signed-off-by: Arif Ali <arif.ali@canonical.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 79b75aad..7a889d24 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ override_dh_install: rm -rf debian/sosreport/usr/config override_dh_auto_test: - nosetests3 -v --with-cover --cover-package=sos tests/unittests + nosetests3 -v --with-cover --cover-package=sos tests/unittests --ignore-files="policy_tests\.py" |