diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-08-24 20:16:24 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-08-24 20:16:30 +1200 |
commit | cf53d3736f014436431a1ac6ecae08d94ec7c9c0 (patch) | |
tree | beb1340cb462f8428a29c824581b76a5bf4ef59d /.github | |
parent | cc7a2eef9127f0a67abec94e40568ae4b4ae8d24 (diff) | |
parent | 578871ddfcdf706bada5fc4b9f00369ed810f1d6 (diff) | |
download | crosstool-ng-cf53d3736f014436431a1ac6ecae08d94ec7c9c0.tar.gz crosstool-ng-cf53d3736f014436431a1ac6ecae08d94ec7c9c0.tar.bz2 crosstool-ng-cf53d3736f014436431a1ac6ecae08d94ec7c9c0.zip |
Merge branch 'comp-tools' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 64933d9e..a0b93fa9 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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 |