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

fix(makefile): pipe stderr to /dev/null #1001

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

ppcamp
Copy link
Contributor

@ppcamp ppcamp commented Nov 13, 2021

It solves the error raised when building the application when you don't clone the repository from
github. This change also

Did you run make format && make check? No, since I didn't change the src files

Fixes #875

Changes:

  • It allows the user to set manually the VERSION and the COMMIT using environment variables
  • It pipes the stderr to /dev/null (which will hide the error message)

How to test this PR:
Run by typing make build with (or without) setting up an environment variable.

It solves the error raised when building the application when you don't clone the repository from
github. This change also allows the user to set manually the VERSION and the COMMIT using
environment variables

fix skycoin#875
@CLAassistant
Copy link

CLAassistant commented Nov 13, 2021

CLA assistant check
All committers have signed the CLA.

@jdknives jdknives merged commit ff3f7d5 into skycoin:develop Nov 15, 2021
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.

3 participants