1 Commits

Author SHA1 Message Date
af8fb59f07 tmp 2024-07-15 12:56: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
# monitor
# serial
QEMU_OPTS="$QEMU_OPTS -monitor stdio"
shift
;;