mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
Revert "oe-selftests: add rpm to reproducible build selftest"
This reverts commit 84d3a90557444d8cd83d780b1c3f2b278ab07af2. This shouldn't have been merged, its not ready yet. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -173,7 +173,7 @@ class DiffoscopeTests(OESelftestTestCase):
|
||||
self.assertTrue(os.path.exists(os.path.join(tmpdir, 'index.html')), "HTML index not found!")
|
||||
|
||||
class ReproducibleTests(OESelftestTestCase):
|
||||
package_classes = ['deb', 'ipk', 'rpm']
|
||||
package_classes = ['deb', 'ipk']
|
||||
images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world']
|
||||
save_results = False
|
||||
if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user