commit: 7f967fe2dcd3adc5367759becbb363f0497e09d3
parent 8d9981772a8db1e9a982a71be7a22709a339767f
Author: fosslinux <fosslinux@aussies.space>
Date: Wed, 24 Jan 2024 14:45:07 +1100
Cleanup the filesystem at end of bootstrap
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/steps/improve/cleanup_filesystem.sh b/steps/improve/cleanup_filesystem.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+rm -rf /external/repo-preseeded
+rm -rf /steps/*/build
+rm -rf /steps/*/src
diff --git a/steps/manifest b/steps/manifest
@@ -190,6 +190,7 @@ jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
build: gcc-10.4.0
build: binutils-2.41
build: gcc-13.1.0
+improve: cleanup_filesystem
improve: null_time ( FORCE_TIMESTAMPS == True )
improve: update_checksums ( UPDATE_CHECKSUMS == True )
improve: after