Lines Matching +full:epoxy +full:- +full:ci +full:- +full:linux
26 # of the SKia library below. The Skia library Objective-C code requires ARC, while non-library code
33 copts = DEFAULT_OBJC_COPTS + ["-fobjc-arc"],
124 actual = "//src/gpu/ganesh/gl/epoxy:epoxy_factory",
350 # Load bearing comment below - gazelle looks here (and not in any other BUILD.bazel files)
365 # Go tests in this list will be tested in CI. Please add any new Go tests to this suite.
380 # Generates a compile_flags.txt file for use with clangd against the Bazel-downloaded Linux AMD64
385 # https://clangd.llvm.org/design/compile-commands.
395 # Invoke with --config=<some config> to generate flags with the defines and includes required for
398 # $ bazel build //path/to:binary --config=gl_ganesh
402 # $ bazel run //:gen_compile_flags_txt_linux_amd64 --config=gl_ganesh > compile_flags.txt
405 # https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd.
414 # Sample usage: "bazel run //:go -- generate ./...".
425 # Sample usage: "bazel run //:gofmt -- -s -w .".
436 # Sample usage: "bazel run //:errcheck -- go.skia.org/skia/...".