CI: fix hashing build stuff for newlib
Some checks failed
Ficus build / iso (push) Blocked by required conditions
Ficus build / build-ficus-toolchain (push) Has been cancelled
Unit tests / build (push) Has been cancelled

This commit is contained in:
2024-07-15 18:32:57 +02:00
parent e0fd22a667
commit c4a44da699

View File

@@ -95,7 +95,7 @@ jobs:
with: with:
path: | path: |
toolchain/gcc-x86_64-ficus-prefix toolchain/gcc-x86_64-ficus-prefix
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**') }} key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/newlib-4.4.0.20231231/**') }}
- if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }} - if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }}
name: Build ficus toolchain s2 name: Build ficus toolchain s2
@@ -109,7 +109,7 @@ jobs:
with: with:
path: | path: |
toolchain/gcc-x86_64-ficus-prefix toolchain/gcc-x86_64-ficus-prefix
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**') }} key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/newlib-4.4.0.20231231/**') }}
- name: Tar the toolchain - name: Tar the toolchain
run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot