Skip to content

Commit a5db945

Browse files
committed
Revert "Bootstrap build"
This reverts commit 54a6fcc, re-enabling Syft, tarball downloads, and signature checking.
1 parent 54a6fcc commit a5db945

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
fetch-depth: 0
2323
- uses: dsaltares/fetch-gh-release-asset@master
2424
id: tools-fetch
25-
if: false
2625
with:
2726
repo: ${{ github.repository }}
2827
version: latest
@@ -31,7 +30,6 @@ jobs:
3130
target: 'dl/'
3231
token: ${{ secrets.GITHUB_TOKEN }}
3332
- name: Verify tools signature
34-
if: false
3533
env:
3634
tag: ${{ steps.tools-fetch.outputs.version }}
3735
run: |
@@ -40,15 +38,12 @@ jobs:
4038
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
4139
dl/mangos.tools_*.tar.zst
4240
- name: Decompress and stage tools
43-
if: false
4441
run: mkdir mkosi.tools ; tar -x --zstd -f dl/mangos.tools_*.tar.zst -C mkosi.tools
4542
- name: Install syft
4643
run: DOWNLOAD_TAG_INSTALL_SCRIPT=false mkosi sandbox -- sh ./syft-install.sh -v -b . -dd v1.28.0
4744
- name: Copy cosign into place
4845
run: cp $HOME/.cosign/cosign .
4946
- name: Run mkosi
50-
env:
51-
SKIP_SYFT: 1
5247
run: mkosi --debug
5348
- name: Remove symlinks
5449
run: find out/ -type l -delete

0 commit comments

Comments
 (0)