Skip to content

Commit

Permalink
Merge pull request #355 from aryan9600/cosign-experimental
Browse files Browse the repository at this point in the history
fix libgit2 build by enabling COSIGN_EXPERIMENTAL
  • Loading branch information
stefanprodan authored Sep 16, 2022
2 parents dbad05c + 6edc9af commit 26163f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/libgit2/hack/install-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ download_files() {
cosign_verify(){
[[ $# -eq 3 ]] || fatal 'cosign_verify needs exactly 3 arguments'

cosign verify-blob --cert "$1" --signature "$2" "$3"
COSIGN_EXPERIMENTAL=1 cosign verify-blob --cert "$1" --signature "$2" "$3"

[[ $? -eq 0 ]] || fatal 'signature verification failed'
}
Expand Down

0 comments on commit 26163f6

Please sign in to comment.