Revert "test non-tcc_bootstrap_alt path"

This reverts commit a3368747af.
This commit is contained in:
Liam Wilson 2024-01-11 00:06:48 +00:00
parent a3368747af
commit c16e1fd52f

View file

@ -43,7 +43,7 @@ jobs:
distfiles distfiles
key: cache-${{ hashFiles('steps/*/sources') }} key: cache-${{ hashFiles('steps/*/sources') }}
- name: Run bootstrap - 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 - name: Archive created packages
if: failure() # archive failed builds progress if: failure() # archive failed builds progress
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3