File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments