Closed lima1756 closed 8 months ago
@lima1756 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@lima1756 has updated the pull request. You must reimport the pull request before landing.
@lima1756 has updated the pull request. You must reimport the pull request before landing.
@lima1756 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@lima1756 has updated the pull request. You must reimport the pull request before landing.
This pull request was exported from Phabricator. Differential Revision: D55108012
@lima1756 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
After diving in all the build system I found that the first error mentioned in https://github.com/facebookincubator/katran/issues/219 and https://github.com/facebookincubator/katran/issues/220
Was basically happening while compiling folly, after compiling it by itself I noticed this didn't happened, so I found that there was an issue with the fmt dependencies, removing the one that was downloaded by katran
The issue mentioned in: https://github.com/facebookincubator/katran/issues/221
Was because katran was configured to use C++14 by default, and some of the libraries of folly require C++17, updated our requirements.
TEST Output: