mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
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 <judge.packham@gmail.com>
This commit is contained in:
parent
2ef5c62c68
commit
35676f3a2c
1
.github/workflows/build-toolchains.yml
vendored
1
.github/workflows/build-toolchains.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user