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

allow customising 'go' executable with GOEXE var #2841

Merged
merged 4 commits into from
Mar 27, 2023

Conversation

dmitris
Copy link
Contributor

@dmitris dmitris commented Mar 24, 2023

Summary

Allow customising the go executable path with the GOEXE variable setting - for example, If one needs to build a debugging version of go etc. go is the default value which is used if GOEXE is not set.

Release Note

NONE

Documentation

No documentation changes are needed.

@dmitris dmitris changed the title allow customizing 'go' executable with GOEXE var allow customising 'go' executable with GOEXE var Mar 24, 2023
@dmitris dmitris force-pushed the go-custom branch 2 times, most recently from b3acbf5 to 0750440 Compare March 24, 2023 22:33
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all lgtm except for a small change request

thanks for this PR

Makefile Outdated Show resolved Hide resolved
dmitris and others added 3 commits March 27, 2023 17:07
* Makefile: date format of log should not show signatures

Signed-off-by: Vincent Batts <[email protected]>

* Makefile: add the ability to DEBUG the `make` build

Signed-off-by: Vincent Batts <[email protected]>

---------

Signed-off-by: Vincent Batts <[email protected]>
@dmitris dmitris force-pushed the go-custom branch 3 times, most recently from 859011f to 321133a Compare March 27, 2023 15:22
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #2841 (b00e746) into main (486edb9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2841   +/-   ##
=======================================
  Coverage   29.47%   29.47%           
=======================================
  Files         151      151           
  Lines        9678     9678           
=======================================
  Hits         2853     2853           
  Misses       6386     6386           
  Partials      439      439           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dmitris
Copy link
Contributor Author

dmitris commented Mar 27, 2023

all lgtm except for a small change request

addressed your feedback, please take a look @cpanato

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@cpanato cpanato merged commit b41160e into sigstore:main Mar 27, 2023
@github-actions github-actions bot added this to the v1.14.0 milestone Mar 27, 2023
@dmitris dmitris deleted the go-custom branch March 27, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants