Skip to content

Commit 54a6fcc

Browse files
committed
Bootstrap build
Disable syft call, fetching tarball, checking signatures.
1 parent 523f312 commit 54a6fcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
- uses: dsaltares/fetch-gh-release-asset@master
2424
id: tools-fetch
25+
if: false
2526
with:
2627
repo: ${{ github.repository }}
2728
version: latest
@@ -30,6 +31,7 @@ jobs:
3031
target: 'dl/'
3132
token: ${{ secrets.GITHUB_TOKEN }}
3233
- name: Verify tools signature
34+
if: false
3335
env:
3436
tag: ${{ steps.tools-fetch.outputs.version }}
3537
run: |
@@ -38,12 +40,15 @@ jobs:
3840
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
3941
dl/mangos.tools_*.tar.zst
4042
- name: Decompress and stage tools
43+
if: false
4144
run: mkdir mkosi.tools ; tar -x --zstd -f dl/mangos.tools_*.tar.zst -C mkosi.tools
4245
- name: Install syft
4346
run: DOWNLOAD_TAG_INSTALL_SCRIPT=false mkosi sandbox -- sh ./syft-install.sh -v -b . -dd v1.28.0
4447
- name: Copy cosign into place
4548
run: cp $HOME/.cosign/cosign .
4649
- name: Run mkosi
50+
env:
51+
SKIP_SYFT: 1
4752
run: mkosi --debug
4853
- name: Remove symlinks
4954
run: find out/ -type l -delete

0 commit comments

Comments
 (0)