[06/23] CI: Remove cleanup before nocross build

Message ID 20240325155540.4162990-7-amikan@ilbers.de
State Superseded, archived
Headers show
Series Additional CI improvements | expand

Commit Message

Anton Mikanovich March 25, 2024, 3:55 p.m. UTC
If nocross building will not work after switching from cross mode it
should be considered as a bug.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 testsuite/citest.py | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 780a2882..d95b60aa 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -301,8 +301,6 @@  class Full(CIBaseTest):
                   ]
 
         self.init()
-        # Cleanup after cross build
-        self.move_in_build_dir('tmp', 'tmp_before_full_nocross')
         self.perform_build_test(targets, cross=False, debsrc_cache=True)
 
     def test_full_rpi(self):