[Bug 1891686] Re: Please default to nocheck on riscv64

Balint Reczey 1891686 at bugs.launchpad.net
Mon Nov 2 19:52:57 UTC 2020


Ah, sorry by DEB_BUILD_OPTS I thought you meant DEB_BUILD_OPTIONS as
listed in the changelog and this is what I've tested:


--- google-guest-agent-20200617.00/debian/rules	2020-10-02 22:47:33.000000000 +0000
+++ google-guest-agent-20200617.00/debian/rules	2020-10-22 15:29:37.000000000 +0000
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# check if nocheck can be readded
+DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))
+
 %:

I guess we don't have to care about DEB_BUILD_OPTS:
https://lintian.debian.org/tags/debian-rules-uses-deb-build-opts.html

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dpkg in Ubuntu.
https://bugs.launchpad.net/bugs/1891686

Title:
  Please default to nocheck on riscv64

Status in dpkg package in Ubuntu:
  New

Bug description:
  The builders use more cores than on other architectures to speed up
  builds but running riscv64 tests are still very slow in the current
  emulated enviromnent and they can also be flaky blocking packages from
  migration via the missing builds.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1891686/+subscriptions



More information about the foundations-bugs mailing list