Skip to content

Commit

Permalink
github: disable compression for build-output
Browse files Browse the repository at this point in the history
Disable compression for the target as well as host-tools build-output.
We already compress the resulting tar archive, so we don't need to waste
more time on compressing it again.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Jan 5, 2024
1 parent f907f7f commit 3203993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ runs:
with:
name: ${{ inputs.hardware-target }}
path: build-artifact-workdir
compression-level: 0
- run: rm -rf "$GITHUB_WORKSPACE/build-artifact-workdir"
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
with:
name: openwrt
path: "gluon-gha-data/openwrt"
compression-level: 0


build:
Expand Down

0 comments on commit 3203993

Please sign in to comment.