diff mbox series

ci/selftest: remove rm_work

Message ID 20250911122201.35040-1-jon.mason@arm.com
State New
Headers show
Series ci/selftest: remove rm_work | expand

Commit Message

Jon Mason Sept. 11, 2025, 12:22 p.m. UTC
oe-selftest is now logging having rm_work enabled as an error, which is
causing the test to fail.  Remove this from the selftest.yml file, and
everything works as before.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/selftest.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason Sept. 12, 2025, 12:49 p.m. UTC | #1
On Thu, 11 Sep 2025 08:22:01 -0400, Jon Mason wrote:
> oe-selftest is now logging having rm_work enabled as an error, which is
> causing the test to fail.  Remove this from the selftest.yml file, and
> everything works as before.
> 
> 

Applied, thanks!

[1/1] ci/selftest: remove rm_work
      commit: c76567dc613f285edf00887195a1a6d6248b4f7a

Best regards,
diff mbox series

Patch

diff --git a/ci/selftest.yml b/ci/selftest.yml
index e36d62c568b8..151a1bbdf6e8 100644
--- a/ci/selftest.yml
+++ b/ci/selftest.yml
@@ -7,3 +7,4 @@  local_conf_header:
   setup: |
     BB_LOGCONFIG = ""
     SANITY_TESTED_DISTROS = ""
+    INHERIT:remove = "rm_work"