Lines Matching +full:- +full:- +full:build

4 docker containers are used to build and test the project on a
10 Once Microsoft supports Visual Studio Build Tools running inside
22 | -------- | ----- | ------- |
23 | `DISTRO` | `ubuntu-bionic` | Set by various build jobs in `.travis.yml` to run builds in differen…
24 | `DOCKER_REPO` | `thrift/thrift-build` | The name of the Docker Hub repository to obtain and store…
28 … that is used in builds if no overrides are specified would be: `thrift/thrift-build:ubuntu-bionic`
33 to use your own Docker Hub account to store thrift build images,
41 The Travis CI build runs in two phases - first the docker images are rebuilt
43 was used to build the most recent tag. If a `DOCKER_PASS` environment
61 These containers may be in various states, and may not build everything.
66 * make check in lib/py may hang in test_sslsocket - root cause unknown
76 We recommend you build locally the same way Travis CI does, so that when you
81 alias dockerkillall='docker kill $(docker ps -q)'
84 …alias dockercleanc='printf "\n>>> Deleting stopped containers\n\n" && docker rm $(docker ps -a -q)'
87 …ni='printf "\n>>> Deleting untagged images\n\n" && docker rmi $(docker images -q -f dangling=true)'
92 …# Build a thrift docker image (run from top level of git repo): argument #1 is image type (ubuntu,…
95 docker build -t $1 build/docker/$1
101 docker run -v $(pwd):/thrift/src -it $1 /bin/bash
104 Then, to pull down the current image being used to build (the same way
105 Travis CI does it) - if it is out of date in any way it will build a
108 thrift$ DOCKER_REPO=thrift/thrift-build DISTRO=ubuntu-bionic build/docker/refresh.sh
112 thrift$ dockerrun thrift/thrift-build:ubuntu-bionic
113 root@8caf56b0ce7b:/thrift/src# build/docker/scripts/autotools.sh
117 thrift$ dockerrun thrift/thrift-build:ubuntu-bionic
118 root@8caf56b0ce7b:/thrift/src# build/docker/scripts/cross-test.sh
137 Build the image:
139 thrift$ docker build -t thrift build/docker/ubuntu-bionic
143 thrift$ docker run -v $(pwd):/thrift/src -it thrift /bin/bash
149 | Tool | ubuntu-xenial | ubuntu-bionic | Notes |
150 | :-------- | :------------ | :------------ | :---- |
168 | Language | ubuntu-xenial | ubuntu-bionic | Notes |
169 | :-------- | :------------ | :------------ | :---- |
180 | erlang | OTP-18 | OTP-23 | |
182 | haxe | 3.2.1 | 3.4.4 | THRIFT-4352: avoid 3.4.2 |
185 | lua | | 5.2.4 | Lua 5.3: see THRIFT-4386 |
188 | ocaml | | 4.05.0 | THRIFT-4517: ocaml 4.02.3 on xenial appears broken |