[LTP] [PATCH v2 2/7] ci: Mount bind host /boot
Petr Vorel
pvorel@suse.cz
Tue Dec 10 23:57:48 CET 2024
It will be needed add /boot/config-* to fix
testcases/lib/tests/shell_loader_kconfigs.sh.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
New in v2.
.github/workflows/ci-docker-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-docker-build.yml b/.github/workflows/ci-docker-build.yml
index cb1ddd70fe..efe318e334 100644
--- a/.github/workflows/ci-docker-build.yml
+++ b/.github/workflows/ci-docker-build.yml
@@ -114,7 +114,7 @@ jobs:
container:
image: ${{ matrix.container }}
env: ${{ matrix.env }}
- options: --privileged
+ options: --privileged -v/boot:/boot
steps:
- name: Show OS
--
2.45.2
More information about the ltp
mailing list