Revert "test mes bootstrap path to make sure it's not broken"

This reverts commit 520656edc8.
This commit is contained in:
Liam Wilson 2024-01-11 21:16:32 +00:00
parent 949d5b8c76
commit b19dff97bc

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