3 Commits

Author SHA1 Message Date
a08d9eb334 tmp 2024-07-15 18:25:27 +02:00
d0105fffe2 CI: fix s2 cache? 2024-07-15 17:40:10 +02:00
318f322f2a misc: run.sh typo fix
and check ci
2024-07-15 12:58:38 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ jobs:
with:
path: |
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/**') }}
- if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }}
name: Build ficus toolchain s2
@@ -109,7 +109,7 @@ jobs:
with:
path: |
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/**') }}
- name: Tar the toolchain
run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot

2
run.sh
View File

@@ -39,7 +39,7 @@ while [[ $# -gt 0 ]]; do
exit 1
fi
TERM_USED=true
# serial
# monitor
QEMU_OPTS="$QEMU_OPTS -monitor stdio"
shift
;;