Skip to content

Commit

Permalink
CI: reduce disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent 7fc0632 commit aeef26a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- run: sudo apt update
- run: sudo apt install -y chrpath diffstat
- run: sudo pip3 install kas
- run: kas checkout kas-jpos.yaml
- run: kas build kas-jpos.yaml
- run: kas checkout kas-jpos-ci.yaml
- run: kas build kas-jpos-ci.yaml
7 changes: 7 additions & 0 deletions kas-jpos-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
header:
version: 14
includes:
- kas-jpos.yaml
local_conf_header:
reduce_diskspace: |
INHERIT += "rm_work_and_downloads"

0 comments on commit aeef26a

Please sign in to comment.