-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
TF Serving doesn't build with gcc 4.8.5 #1001
Comments
can you upgrade to gcc 4.9. see nlohmann/json#109 for more details. |
Is there anyway to bypass the unit test compilation ? We can't change the gcc version due to some other package requirement. |
if you control the compilation, you could certainly change the sources to skip the tests. i'd advise against that, as you would loose test coverage. short of that i am unsure what else could be done. patches/contributions to make the current code work (also) on gcc 4.8.5 are welcome. |
Here's the error: Retitiling for clarity. |
By the way, how could I skip tests? |
Closing this issue due to inactivity. Please feel free to reopen if this still exists. Thanks |
gcc version: 4.8.5
The text was updated successfully, but these errors were encountered: