Home
last modified time | relevance | path

Searched +full:build +full:- +full:go (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/third_party/protobuf/examples/
DREADME.md1 # Protocol Buffers - Code Example
12 https://developers.google.com/protocol-buffers/docs/tutorials
14 ## Build the example using bazel
16 The example requires bazel 0.5.4 or newer to build. You can download/install
22 directory to build the code:
24 $ bazel build :all
28 $ bazel-bin/add_person_cpp addressbook.data
31 [BUILD](BUILD) file and [WORKSPACE](WORKSPACE) file.
33 ## Build the example using make
35 You must install the protobuf package before you can build it using make. The
[all …]
/third_party/protobuf/kokoro/linux/benchmark/
Drun.sh10 if [ ! -f gperftools/.libs/libtcmalloc.so ]; then
15 make -j8
22 datasets=$(for file in $(find . -type f -name "dataset.*.pb" -not -path "./tmp/*"); do echo "$(pwd)…
26 # build Python protobuf
28 ./configure CXXFLAGS="-fPIC -O2"
29 make -j8
31 python setup.py build --cpp_implementation
32 pip install . --user
35 # build and run Python benchmark
37 make python-pure-python-benchmark
[all …]
/third_party/skia/infra/bots/
Dbuild_task_drivers.sh4 # Use of this source code is governed by a BSD-style license that can be
7 set -x -e
11 export GOROOT="$(pwd)/go/go"
15 # Build task drivers from the infra repo.
20 git commit -a -m "initial commit to make go modules work"
21 export GOFLAGS="-mod=readonly"
22 go mod download
23 go install -v go.skia.org/infra/infra/bots/task_drivers/build_push_docker_image
24 go install -v go.skia.org/infra/infra/bots/task_drivers/push_apps_from_skia_image
25 go install -v go.skia.org/infra/infra/bots/task_drivers/push_apps_from_wasm_image
[all …]
/third_party/skia/third_party/externals/swiftshader/docs/
DdEQP.md7 -------------
12 4. Install [Go](https://golang.org/doc/install)
13 5. Install [MinGW-W64](http://mingw-w64.org/doku.php/download)
15 6. Install [Git](https://git-scm.com/download/win)
18 9. Set environment variables: Config Panel -> System and Security -> System -> Advanced system sett…
20 * Add `<path to MinGW-W64>\bin` to your PATH environment variable
23 … is in the Android SDK, typically in `C:\Users\<username>\AppData\Local\Android\sdk\platform-tools`
28 ----------------
32 `git clone https://github.com/KhronosGroup/VK-GL-CTS`
34 You may wish to check out a stable vulkan-cts-* branch.
[all …]
/third_party/curl/zuul.d/playbooks/
Dpre.yaml22 ---
23 - hosts: all
26 - name: Install latest stable release of go
29 - name: Find latest stable version
34 - name: Install Go
36 name: ensure-go
38 go_version: "{{ go_stable.content | regex_replace('^go', '') }}"
40 - name: Symlink /usr/local/go/bin/go to /usr/bin/go
43 src: /usr/local/go/bin/go
44 dest: /usr/bin/go
[all …]
/third_party/protobuf/benchmarks/
DREADME.md13 build your language's protobuf, then:
19 benchmark tool for testing cpp. This will be automatically made during build the
24 need to build [gpertools](https://github.com/gperftools/gperftools) to generate
28 We're using maven to build the java benchmarks, which is the same as to build
41 $ sudo apt-get install python-dev
42 $ sudo apt-get install python3-dev
44 And you also need to make sure `pkg-config` is installed.
46 ### Go subsection
47 Go protobufs are maintained at [github.com/golang/protobuf](
49 toolchain and the Go protoc-gen-go plugin for protoc.
[all …]
/third_party/grpc/tools/distrib/
Dgenerate_boringssl_prefix_header.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # upgrade in third_party/boringssl-with-bazel. Note that after the script is
19 # run, you will typically need to manually upgrade the BoringSSL-GRPC podspec
20 # (templates/src/objective-c/BoringSSL-GRPC.podspec.template) version and the
21 # corresponding version number in gRPC-Core podspec
22 # (templates/gRPC-Core.podspec.template).
24 set -ev
26 BORINGSSL_ROOT=third_party/boringssl-with-bazel/src
31 BORINGSSL_COMMIT=$(git rev-parse HEAD)
34 rm -rf build
[all …]
/third_party/flutter/skia/docker/
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
2 # Builder: https://cloud.google.com/container-builder/docs/
7 …# gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a9…
11 #- name: 'gcr.io/cloud-builders/git'
14 - name: 'debian:testing-slim'
15 args: ['mkdir', '-p', '--mode=777', '/workspace/__doxygen_staging']
17 - name: 'gcr.io/skia-public/doxygen:testing-slim'
22 - name: 'gcr.io/cloud-builders/docker'
23 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
26 - name: 'gcr.io/cloud-builders/docker'
[all …]
/third_party/grpc/tools/run_tests/performance/
DREADME.md6 ## Pre-reqs for running these manually:
7 In general the benchmark workers and driver build scripts expect
15 The [run_performance_test.py](../run_performance_tests.py) top-level runner script can also
24 * For example, to start the grpc-go benchmark worker:
25 …[grpc-go worker main.go](https://github.com/grpc/grpc-go/blob/master/benchmark/worker/main.go) --d…
28 * Note that these commands are what the top-level
30 build and run different workers through the
34 ##### Running benchmark workers for C-core wrapped languages (C++, Python, C#, Node, Ruby):
46 ##### Running benchmark workers for gRPC-Java:
47 * You'll need the [grpc-java](https://github.com/grpc/grpc-java) repo.
[all …]
/third_party/flutter/skia/
D.gitigonre17 infra/bots/gen_tasks_aux.go
18 infra/bots/tools/luci-go/linux64/cipd
19 infra/bots/tools/luci-go/linux64/isolate
20 infra/bots/tools/luci-go/mac64/cipd
21 infra/bots/tools/luci-go/mac64/isolate
22 infra/bots/tools/luci-go/win64/cipd.exe
23 infra/bots/tools/luci-go/win64/isolate.exe
25 platform_tools/android/apps/build
27 platform_tools/android/apps/*/build
43 bin/clang-format
[all …]
/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go3 // Use of this source code is governed by a BSD-style license that can be
17 "go.skia.org/infra/go/depot_tools"
18 "go.skia.org/infra/go/exec"
19 "go.skia.org/infra/go/gerrit"
20 "go.skia.org/infra/go/git/git_common"
21 "go.skia.org/infra/go/sklog"
22 "go.skia.org/infra/task_driver/go/lib/auth_steps"
23 "go.skia.org/infra/task_driver/go/lib/checkout"
24 "go.skia.org/infra/task_driver/go/lib/gerrit_steps"
25 "go.skia.org/infra/task_driver/go/lib/os_steps"
[all …]
/third_party/boost/tools/build/notes/
Drelease_procedure.txt14 Make sure that "bjam --version" output is correct. Update version string if
21 https://svn.boost.org/svn/boost/branches/build/Milestone_X
25 https://svn.boost.org/svn/boost/trunk/tools/build
32 svn co https://svn.boost.org/svn/boost/branches/build/Milestone_X boost-build
34 3. Go to "boost-build/build/v2" directory.
36 4. Run "./roll.sh". This will create "boost-build.zip" and
37 "boost-build.tar.bz2" in parent directory, and also upload
40 5. Unpack "boost-build.tar.bz2", and build jam.
42 6. Go to "test" and copy "test-config-example.jam" to "test-config.jam".
43 If you're not ghost, edit test-config.jam to specify all the right paths.
[all …]
/third_party/flatbuffers/samples/
Dgo_sample.sh9 # http://www.apache.org/licenses/LICENSE-2.0
17 # Note: This script runs on Mac and Linux. It requires `go` to be installed
32 if [ -e ../flatc ]; then
33 ../flatc --go monster.fbs
34 elif [ -e ../Debug/flatc ]; then
35 ../Debug/flatc --go monster.fbs
37 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \
42 echo Compiling and running the Go sample.
44 # Go requires a particular layout of files in order to link the necessary
47 mkdir -p ${sampledir}/go_gen/src/MyGame/Sample
[all …]
/third_party/gn/docs/
Dstyle_guide.md7 ### Location of build files
9 It usually makes sense to have more build files closer to the code than
17 * Most BUILD files should have a target with the same name as the
19 * Other targets should be in some logical order -- usually
25 include as public deps the non-test-support version of the library
34 Prefer to give such targets short, non-redundant names without worrying
39 output names. Give such targets short non-unique names above, and then
55 Example for the `src/foo/BUILD.gn` file:
59 # Use of this source code is governed by a BSD-style license that can be
93 source or adding a flag for one particular OS) can go beneath the
[all …]
/third_party/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
24 # Install Java 8 JDK (to build gRPC Java)
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]
/third_party/skia/third_party/externals/tint/tools/
Dcheck-spec-examples8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/check-spec-examples"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/check-spec-examples" > /dev/null
30 go build -o "${BINARY}" main.go
Dget-test-plan8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/get-test-plan"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/get-test-plan" > /dev/null
30 go build -o "${BINARY}" main.go
Dgerrit-stats8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/gerrit-stats"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/gerrit-stats" > /dev/null
30 go build -o "${BINARY}" main.go
Droll-release8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/roll-release"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/roll-release" > /dev/null
30 go build -o "${BINARY}" main.go
Dintrinsic-gen8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/intrinsic-gen"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/intrinsic-gen" > /dev/null
30 go build -o "${BINARY}" main.go
Dtest-runner8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/test-runner"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/test-runner" > /dev/null
30 go build -o "${BINARY}" main.go
Dtrim-includes8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/trim-includes"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/trim-includes" > /dev/null
30 go build -o "${BINARY}" main.go
Dsnippets8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
28 # Note, go caches build artifacts, so this is quick for repeat calls
30 go build -o "${BINARY}" main.go
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/
Drun-cts8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # Fail on any error.
18 if [ ! -x "$(which go)" ] ; then
19 echo "error: go needs to be on \$PATH to use $0"
25 BINARY="${SCRIPT_DIR}/bin/run-cts"
28 # Note, go caches build artifacts, so this is quick for repeat calls
29 pushd "${SCRIPT_DIR}/src/cmd/run-cts" > /dev/null
30 go build -o "${BINARY}" main.go
/third_party/flutter/skia/site/dev/testing/
Dautomated_testing.md5 --------
7 Skia uses [Swarming](https://github.com/luci/luci-py/blob/master/appengine/swarming/doc/Design.md)
13 The [Skia Task Scheduler](http://go/skia-task-scheduler) determines what tasks
26 have a `gen_tasks.go` which will generate `tasks.json`. You will need to
27 [install Go](https://golang.org/doc/install). From the repository root:
29 $ go get -u go.skia.org/infra/...
30 $ go run infra/bots/gen_tasks.go
32 It is necessary to run `gen_tasks.go` every time it is changed or every time an
37 $ go run infra/bots/gen_tasks.go --test
42 --------
[all …]

12345678910>>...44