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 92ed645 commit a4abe4fCopy full SHA for a4abe4f
.github/workflows/bwrap.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Copy distfiles
99
run: ./download-distfiles.sh file:///${PWD}/mirror
100
- name: Run bootstrap
101
- run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2
+ run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2 --mirror file://${PWD}/mirror
102
- name: Archive created packages
103
if: failure() # archive failed builds progress
104
uses: actions/upload-artifact@v4
0 commit comments