From e978a152509620274a552fc14622f1d79612dce6 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 7 Feb 2024 12:04:44 -0500 Subject: [PATCH] manifests: drop aarch64 dtb removal The software fixing https://github.com/coreos/fedora-coreos-tracker/issues/1637 is now in all streams and barriers have been added. We can drop this. --- manifests/aarch64-drop-qcom-dtb-files.yaml | 8 -------- manifests/fedora-coreos.yaml | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 manifests/aarch64-drop-qcom-dtb-files.yaml diff --git a/manifests/aarch64-drop-qcom-dtb-files.yaml b/manifests/aarch64-drop-qcom-dtb-files.yaml deleted file mode 100644 index e7d1af3198..0000000000 --- a/manifests/aarch64-drop-qcom-dtb-files.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Short term hack to avoid running out of space on aarch64. This should -# save us about 14M. https://github.com/coreos/fedora-coreos-tracker/issues/1637 -# This can be removed once we have added a barrier release. -postprocess: - - | - #!/usr/bin/env bash - set -xeuo pipefail - rm -vrf /usr/lib/modules/*aarch64/dtb/qcom/ diff --git a/manifests/fedora-coreos.yaml b/manifests/fedora-coreos.yaml index 7c8a1a5e74..262423cc47 100644 --- a/manifests/fedora-coreos.yaml +++ b/manifests/fedora-coreos.yaml @@ -26,10 +26,6 @@ conditional-include: - if: - releasever >= 40 include: ostree-bls.yaml - - if: - - basearch == "aarch64" - # Remove qcom dtb to help us overcome https://github.com/coreos/fedora-coreos-tracker/issues/1637 - include: aarch64-drop-qcom-dtb-files.yaml ostree-layers: - overlay/15fcos