Lines Matching +full:- +full:- +full:build
3 The build image is very large (just under 30GB) so plan accordingly.
4 Once Microsoft supports build tools in nano, it should get better.
10 PS C:\> docker pull thrift/thrift-build:msvc2017
12 or build in a docker for windows environment:
14 …PS C:\Thrift> docker build -t thrift/thrift-build:msvc2017 -f build\docker\msvc2017\Dockerfile bui…
18 C:\Build the out-of-tree build directory
26 To build a portable windows thrift compiler (with a statically linked
29 docker run -v C:\thrift:C:\thrift^
30 -v C:\install:C:\install^
31 --rm -t thrift/thrift-build:msvc2017^
32 C:\thrift\build\docker\msvc2017\build-compiler.bat
40 linked, so the executable is portable and self-contained. This is how the
45 To build, test everything and get the C++ SDK placed into C:\install:
47 docker run -v C:\thrift:C:\thrift^
48 -v C:\install:C:\install^
49 -m 4096 --rm -t thrift/thrift-build:msvc2017^
50 C:\thrift\build\docker\msvc2017\build.bat