Skip to content

Commit

Permalink
Fix permission denied when cleaning
Browse files Browse the repository at this point in the history
See commit 07cdc45 for details on the
permission denied error.

Signed-off-by: Cristian Prundeanu <[email protected]>
  • Loading branch information
CristianPrundeanu committed Nov 15, 2021
1 parent 139a520 commit 25c2fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ parts:
source: https://github.com/sigstore/cosign.git
go-importpath: github.com/sigstore/cosign/cmd/cosign
source-commit: 33973d078170f586cf27f2cc464844b3f1fa1abb
build-environment:
- GOFLAGS: "$GOFLAGS -modcacherw"
override-build: |
export GOROOT=/usr/local/go1.17
export PATH="$GOROOT/bin:$PATH"
Expand Down

0 comments on commit 25c2fd8

Please sign in to comment.