File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,17 @@ jobs:
5151 - target : aarch64-linux-musl
5252 output : arm_64
5353 fail-fast : true
54+ env :
55+ CCACHE_DIR : /alpine/root/.cache/ccache
56+ XZ_OPT : -9e -T0
57+ TARGET : ${{ matrix.target }}
5458 steps :
5559 - name : Checkout repository
5660 uses : actions/checkout@v4
5761 with :
5862 fetch-depth : 0
63+ - name : ccache
64+ uses : hendrikmuhs/ccache-action@v1.2
5965 - name : Build chroot ${{ matrix.target }}
6066 run : |
6167 sudo make chroot
7076 run : |
7177 /alpine/enter-chroot make prepare
7278 - name : Compress the package
73- env :
74- XZ_OPT : -9e -T0
75- TARGET : ${{ matrix.target }}
7679 run : |
7780 echo "Compressing: dyne-gcc-musl-${{ matrix.output }}.tar.xz"
7881 tar -cJf dyne-gcc-musl-${{ matrix.output }}.tar.xz dyne
You can’t perform that action at this time.
0 commit comments