Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues following Rekor Installation document #2246

Open
andrew-m-leonard opened this issue Oct 14, 2024 · 0 comments
Open

Issues following Rekor Installation document #2246

andrew-m-leonard opened this issue Oct 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@andrew-m-leonard
Copy link

I have been following the Rekor Installation documentation, and come across the following issues:
doc: https://docs.sigstore.dev/logging/cli/

  • go get -u -t -v syntax is now deprecated in favour of go install ...
  • $GOPATH is not typically set by a standard Go installation
  • Having installed the go modules under $HOME/go/pkg/mod/.... I found "go build" would always fail with:
github.com/google/trillian/cmd/trillian_log_server: go build github.com/google/trillian/cmd/trillian_log_server: copying /tmp/go-build327594267/b001/exe/a.out: open trillian_log_server: permission denied

I resorted to "git clone ..." which was far more reliable

@andrew-m-leonard andrew-m-leonard added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant