From 35676f3a2ca60e7022e3b283b11d9319e5f94238 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 9 Aug 2023 18:18:24 +1200 Subject: CI: build glibc toolchains without debug symbols Disable CT_GLIBC_ENABLE_DEBUG to hopefully make the toolchains use less disk-space on the free-tier github action runners. Signed-off-by: Chris Packham --- .github/workflows/build-toolchains.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 01c06737..b762bf59 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -91,6 +91,7 @@ jobs: sed -i -e '/CT_LOG_PROGRESS_BAR/s/y$/n/' .config sed -i -e '/CT_LOCAL_TARBALLS_DIR/s/HOME/CT_TOP_DIR/' .config sed -i -e '/CT_PREFIX_DIR/s/HOME/CT_TOP_DIR/' .config + sed -i -e '/CT_GLIBC_ENABLE_DEBUG/s/y$/n/' .config test ${{ matrix.host }} = "macos-latest" && sed -i -e '/CT_GDB_CROSS_PYTHON/s/y$/n/' .config ct-ng build - name: create ${{ matrix.sample }}.${{ matrix.host }} tarball -- cgit v1.2.3