From e48aa8e2c66973ccf08e0730c1743513ca13c517 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:20:49 +0000 Subject: [PATCH] stop cleaning --- .github/workflows/iso.yml | 11 ----------- Makefile | 1 - 2 files changed, 12 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index ca18670..b28f882 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -22,22 +22,11 @@ jobs: container: image: fedora:39 options: "--privileged" - volumes: - - /:/host permissions: contents: read packages: write steps: - - name: Cleanup host space - run: | - df -h /host || true - rm -rf /host/usr/local/lib/android || true - rm -rf /host/usr/share/dotnet || true - rm -rf /host/opt/ghc || true - rm -rf /host/usr/local/.ghcup || true - df -h /host || true - - name: Install make and git run: dnf install -y make git diff --git a/Makefile b/Makefile index a30b48f..2787a81 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades. --repo /etc/yum.repos.d/fedora-updates.repo \ --add-template $(base_dir)/lorax_templates/set_installer.tmpl \ --add-template $(base_dir)/lorax_templates/configure_upgrades.tmpl \ - --rootfs-size 2 \ ./results/ mv results/images/boot.iso $(base_dir)/