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

Improve the make experience. #47

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

hdost
Copy link
Contributor

@hdost hdost commented Dec 18, 2021

  • Add checks for all the tools which are used by the build process.
  • Switch from which to commmand since
    ** command is a builtin to the shell.
    ** This also fixes an issue which was causing tools to be downloaded
    reguardless of whether it has been downloaded previously.

Signed-off-by: Harold Dost harolddost@gmail.com

* Add checks for all the tools which are used by the build process.
* Switch from `which` to `commmand` since
** `command` is a builtin to the shell.
** This also fixes an issue which was causing tools to be downloaded
   reguardless of whether it has been downloaded previously.

Signed-off-by: Harold Dost <harolddost@gmail.com>
@hdost hdost requested review from a team and tigrannajaryan December 18, 2021 10:43
@jpkrohling jpkrohling enabled auto-merge (squash) December 20, 2021 10:03
@hdost
Copy link
Contributor Author

hdost commented Dec 20, 2021

@jpkrohling It looks like for some reason with both of my PRs the GoRelease workflow didn't run. Are you able to force it to run?

@hdost
Copy link
Contributor Author

hdost commented Dec 20, 2021

Ah actually I think it's that didn't make a change to the GoReleaser, but that it's required for a merge to happen :/

https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths

@jpkrohling jpkrohling merged commit 61df2fa into open-telemetry:main Dec 21, 2021
@hdost hdost deleted the makefile-resilience branch December 21, 2021 09:32
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.

2 participants