From: Quirin Gylstorff <redacted>
Signed-off-by: Quirin Gylstorff <redacted>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
.reproducible-check-ci.yml | 3 +--
Kconfig | 2 +-
kas-cip.yml | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.reproducible-check-ci.yml b/.reproducible-check-ci.yml
index 1246a641..4f4649ee 100644
--- a/.reproducible-check-ci.yml
+++ b/.reproducible-check-ci.yml
@@ -39,8 +39,7 @@
# Deploy .wic, .swu and wic partitions for build1
- deploy_rb_artifacts build1
# clean
- - sudo rm -rf build/tmp
- - sudo rm -rf build/sstate-cache
+ - kas purge --isar-rootless ${base_yaml}
# Build 2nd time
- !reference [.build_base, script]
# Deploy .wic, .swu and wic partitions for build2diff --git a/Kconfig b/Kconfig
index 3a9444db..7575d89c 100644
--- a/Kconfig
+++ b/Kconfig
@@ -17,7 +17,7 @@ config KAS_INCLUDE_MAIN
config KAS_BUILD_SYSTEM
string
- default "isar-privileged"
+ default "isar-rootless"
config ARCH_AMD64
bool
diff --git a/kas-cip.yml b/kas-cip.yml
index 61cc9225..43aeb2d6 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -15,7 +15,7 @@ header:
distro: cip-core-trixie
target: cip-core-image
-build_system: isar-privileged
+build_system: isar-rootless
repos:
cip-core:
--
2.47.3