From b19dff97bc35f16443286eb8af01df42d88bded6 Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Thu, 11 Jan 2024 21:16:32 +0000 Subject: [PATCH] Revert "test mes bootstrap path to make sure it's not broken" This reverts commit 520656edc8257236286438a48e2ba3d15c78031d. --- .github/workflows/bwrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml index 66cea846..bb8e925b 100644 --- a/.github/workflows/bwrap.yml +++ b/.github/workflows/bwrap.yml @@ -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