test alt bootstrap path via github ci

This commit is contained in:
Liam Wilson 2024-01-10 20:51:42 +00:00
parent 1f9971d398
commit fd096b7d73

View file

@ -43,7 +43,7 @@ jobs:
distfiles
key: cache-${{ hashFiles('steps/*/sources') }}
- name: Run bootstrap
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass1
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass1 --tcc_bootstrap_alt
- name: Archive created packages
if: failure() # archive failed builds progress
uses: actions/upload-artifact@v3