From 48d8b82880cdad372eb5c3171b50761ac5eed41e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 1 Sep 2025 12:37:50 -0400 Subject: [PATCH] Try rechunk again with disabling xattr --- .gitlab-ci.yml | 18 +++++++++++------- recipes/common/post-build.yml | 2 ++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 946ff53..ca0697e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,20 +21,24 @@ build-image: matrix: - RECIPE: - cp-laptop.yml - - jp-desktop-nvidia.yml + # - jp-desktop-nvidia.yml - wke-server.yml - wke-worker.yml - jp-laptop.yml TAG: main BB_CACHE_LAYERS: 'true' BB_BUILD_PUSH: 'true' - - RECIPE: wke-server.yml + - RECIPE: jp-desktop-nvidia.yml TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci - BB_BUILD_DRIVER: podman - BB_BUILD_SQUASH: 'true' - BB_BUILD_RECHUNK: - - 'true' - - 'false' + BB_BUILD_PUSH: 'true' + BB_BUILD_RECHUNK: 'true' + # - RECIPE: wke-server.yml + # TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci + # BB_BUILD_DRIVER: podman + # BB_BUILD_SQUASH: 'true' + # BB_BUILD_RECHUNK: + # - 'true' + # - 'false' variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index e5a3922..914ec38 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -3,6 +3,8 @@ modules: # snippets: # - ldconfig - type: initramfs + env: + DRACUT_NO_XATTR: '1' source: local # - type: script # scripts: