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

pilosa: Fix version and time params and brew test #14532

Closed
wants to merge 1 commit into from

Conversation

codysoyland
Copy link
Contributor

The build parameters for Version and BuildTime were not being passed in
correctly, so the built binary did not contain the version number. Also,
the command invocation used in brew test passed an invalid --bind
option that wasn't caught by the test.

This patch uses the Makefile to run the build command, which correctly
sets the version and build time, and it removes the invalid --bind
option.

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

The build parameters for Version and BuildTime were not being passed in
correctly, so the built binary did not contain the version number. Also,
the command invocation used in `brew test` passed an invalid `--bind`
option that wasn't caught by the test.

This patch uses the Makefile to run the build command, which correctly
sets the version and build time, and it removes the invalid `--bind`
option.
@dunn dunn closed this in 2b7c8bd Jun 14, 2017
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant