diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-08-30 21:03:52 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2020-09-14 20:55:49 +1200 |
commit | d2b23f98072ba787849ad5f9793ed60892e99788 (patch) | |
tree | c9501bdfa62857416b36c15956199d65167c680f /.github | |
parent | 215432d380a2f2cb7986285397ce4fc49e999e9d (diff) | |
download | crosstool-ng-d2b23f98072ba787849ad5f9793ed60892e99788.tar.gz crosstool-ng-d2b23f98072ba787849ad5f9793ed60892e99788.tar.bz2 crosstool-ng-d2b23f98072ba787849ad5f9793ed60892e99788.zip |
CI: Don't enable verbose output
We get the build log via the artifact upload so having it in the action
output is redundant (it also tends to get suppressed anyway).
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, 0 insertions, 4 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 97df8137..22131c1e 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -64,10 +64,6 @@ 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_LOG_EXTRA/d' .config - sed -i -e '/CT_LOG_LEVEL_MAX/d' .config - echo 'CT_LOG_ALL=y' >>.config - echo 'CT_LOG_LEVEL_MAX="ALL"' >>.config ct-ng build - name: "upload log" uses: actions/upload-artifact@v2 |