Home
last modified time | relevance | path

Searched full:go_binary (Results 1 – 25 of 112) sorted by relevance

12345

/external/bazelbuild-rules_go/docs/go/core/
Drules.md33 [go_binary]: #go_binary
86 Three core rules may be used to build most projects: [go_library], [go_binary],
96 [go_binary] also builds a single `main` package and links it into an
122 <a id="#go_binary"></a>
124 ## go_binary
127 go_binary(<a href="#go_binary-name">name</a>, <a href="#go_binary-basename">basename</a>, <a href="…
128go_binary-embedsrcs">embedsrcs</a>, <a href="#go_binary-env">env</a>, <a href="#go_binary-gc_goopt…
129go_binary-out">out</a>, <a href="#go_binary-pure">pure</a>, <a href="#go_binary-race">race</a>, <a…
149 | <a id="go_binary-name"></a>name | A unique name for this target. | <a href="https://bazel.buil…
150 | <a id="go_binary-basename"></a>basename | The basename of this binary. The binary ba…
[all …]
Drules.bzl31 [go_binary]: #go_binary
84 Three core rules may be used to build most projects: [go_library], [go_binary],
94 [go_binary] also builds a single `main` package and links it into an
118 load("//go/private/rules:binary.bzl", _go_binary = "go_binary")
125 go_binary = _go_binary
Dembedding.md4 within another `go_library`, `go_binary`, or `go_test` using the `embed`
39 contain test sources. Other `go_binary` and `go_library` targets can depend
49 go_binary(
Ddefines_and_stamping.md21 on the `go_binary` rule if needed. The `--[no]stamp` option controls whether
51 go_binary(
80 go_binary(
/external/bazelbuild-rules_go/go/private/rules/
Dcross.bzl69 … # There's no way to determine if the underlying `go_binary` target is executable at loading time
70 … # so we must set the `go_cross` rule to be always executable. If the `go_binary` target is not
73 # the underlying `go_binary` target is executable.
76 …# See the implementation of `go_binary` for an explanation of the need for default vs data runfile…
109 same platform as it would've with the original `go_binary` rule.
119 SDK as it would've with the original `go_binary` rule.
129 "doc": """This wraps an executable built by `go_binary` to cross compile it
Dwrappers.bzl28 "go_binary",
48 """See docs/go/core/rules.md#go_binary for full documentation."""
61 … fail("Cannot use select for go_binary with goos/goarch set, but {} was a select".format(key))
64 go_binary(name = name, **kwargs)
/external/bazelbuild-rules_go/go/tools/builders/
DBUILD.bazel1 load("//go:def.bzl", "go_binary", "go_source", "go_test")
80 go_binary(
111 go_binary(
127 go_binary(
137 go_binary(
145 go_binary(
/external/bazelbuild-rules_android/src/tools/jdeps/
DBUILD2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
13 go_binary(
22 go_binary(
/external/bazelbuild-rules_go/
DREADME.rst40 .. _go_binary: docs/go/core/rules.md#go_binary target
135 * `go_binary`_
180 * Building libraries, binaries, and tests (`go_library`_, `go_binary`_,
268 load("@io_bazel_rules_go//go:def.bzl", "go_binary")
270 go_binary(
336 This will generate a ``BUILD.bazel`` file with `go_library`_, `go_binary`_, and
352 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
394 For binaries, add a `go_binary`_ rule like the one below.
398 go_binary(
538 * `How do I access go_binary executables from go_test?`_
[all …]
/external/bazelbuild-rules_go/third_party/
Dcom_github_kevinburke_go_bindata-gazelle.patch41 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
55 +go_binary(
76 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
91 +go_binary(
/external/bazelbuild-rules_go/go/tools/bazel_benchmark/
DBUILD.bazel.in1 load("//go:def.bzl", "go_binary")
3 go_binary(
DBUILD.bazel1 load("//go:def.bzl", "go_binary", "go_library")
3 go_binary(
/external/bazelbuild-rules_android/src/tools/bundletool_module_builder/
DBUILD2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
11 go_binary(
/external/skia/experimental/bazel_test/go/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
10 go_binary(
/external/skia/modules/canvaskit/go/gold_test_env/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
10 go_binary(
/external/bazelbuild-rules_go/go/tools/internal/stdlib_tags/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
10 go_binary(
/external/bazelbuild-rules_python/gazelle/manifest/hasher/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
10 go_binary(
/external/skia/toolchain/android_trampolines/gen_trampolines/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
19 go_binary(
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
19 go_binary(
/external/skia/tools/testrunners/common/make_tarball/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
19 go_binary(
/external/skia/bazel/device_specific_configs/generate/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
20 go_binary(
/external/bazelbuild-rules_go/go/tools/fetch_repo/
DBUILD.bazel1 load("//go:def.bzl", "go_binary", "go_library", "go_test")
3 go_binary(
/external/skia/bazel/deps_parser/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
10 go_binary(
/external/skia/infra/bots/task_drivers/external_client/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
16 go_binary(
/external/skia/infra/bots/task_drivers/toolchain_layering_check/
DBUILD.bazel1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
17 go_binary(

12345