-
Notifications
You must be signed in to change notification settings - Fork 995
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
watchman --version
always return 0.0.0
when building from source
#1206
Comments
You can override by setting WATCHMAN_VERSION_OVERRIDE to the desired version. See Lines 92 to 103 in 4744a9d
|
Fedora linuxSimilar issue on Fedora
Package info shows that version is 2021.05.10.00, but watchman itself shows 0.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm on Fedora 39. I followed the build from source instructions and augmented them with the final steps of prebuilt binaries. Whenever I run
watchman --version
I get0.0.0
instead of the actual version. How do I correct this? Do I need to add aversion.txt
file somewhere?Commands that I ran:
The text was updated successfully, but these errors were encountered: