mcrouter
mcrouter copied to clipboard
Build for Debian stretch
Hi, I want to improve Mcrouter build system for debian stretch. For the moment folly and wangle commits are hardcoded in dockerbuild/Dockerfile. Where can we put those references? It was easier where they were located directly in mcrouter folder.
Thx
Hi @kelu27, When I packaged the latest release I hard-coded the commits in the dockerbuild/Dockerfile, but I later realized that those "*_COMMIT" files (only) exist in the release branch, like here: https://github.com/facebook/mcrouter/tree/release-39-0/mcrouter
Ok so for a more generic build we need to download the vX.X.X-release tag and get "*_COMMIT" files from here, right?