We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876e0ed commit a336874Copy full SHA for a336874
.github/workflows/bwrap.yml
@@ -43,7 +43,7 @@ jobs:
43
distfiles
44
key: cache-${{ hashFiles('steps/*/sources') }}
45
- name: Run bootstrap
46
- run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass1 --tcc_bootstrap_alt
+ run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass1
47
- name: Archive created packages
48
if: failure() # archive failed builds progress
49
uses: actions/upload-artifact@v3
0 commit comments