mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
CI: Download bison, m4 and make
Various configurations end up using these companion tools (particularly those with GNU libc). Ensure we download these tools at the start of the build. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
358945ff22
commit
578871ddfc
@ -79,6 +79,10 @@ 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 's/^.*CT_COMP_TOOLS_BISON.*$/CT_COMP_TOOLS_BISON=y/' .config; \
|
||||
sed -i -e 's/^.*CT_COMP_TOOLS_M4.*$/CT_COMP_TOOLS_M4=y/' .config; \
|
||||
sed -i -e 's/^.*CT_COMP_TOOLS_MAKE.*$/CT_COMP_TOOLS_MAKE=y/' .config; \
|
||||
ct-ng olddefconfig; \
|
||||
ct-ng source; \
|
||||
done
|
||||
tar -cvf src.tar src
|
||||
|
Loading…
Reference in New Issue
Block a user