This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load("@deps-test//my:rules.bzl", "x_lib") | |
x_lib( | |
name = "a_lib", | |
testonly = True, | |
srcs = ["a.json"], | |
deps = [ | |
":b_lib", | |
"//lib:l_lib", | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BZL_LIBRARY = "bzl_library" | |
LANG_NAME = "starlark" | |
BZL_EXT = ".bzl" | |
aspect.register_rule_kind(BZL_LIBRARY, { | |
"From": "@bazel_skylib//:bzl_library.bzl", | |
"NonEmptyAttrs": ["srcs"], | |
"MergeableAttrs": ["srcs"], | |
"ResolveAttrs": ["deps"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
rules_kotlin support for 'aspect configure' | |
""" | |
KT_JVM_LIBRARY = "kt_jvm_library" | |
KT_JVM_BINARY = "kt_jvm_binary" | |
RULES_KOTLIN_REPO_NAME = "io_bazel_rules_kotlin" | |
PROVIDER_NAME = "kt" | |
LANG_NAME = "kotlin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
rules_kotlin support for 'aspect configure' | |
""" | |
KT_JVM_LIBRARY = "kt_jvm_library" | |
KT_JVM_BINARY = "kt_jvm_binary" | |
RULES_KOTLIN_REPO_NAME = "io_bazel_rules_kotlin" | |
PROVIDER_NAME = "kt" | |
LANG_NAME = "kotlin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -o errexit -o nounset -o pipefail | |
# Bash installation script for https://github.com/choffmeister/git-describe-semver utility | |
# for use in --workspace_status command. We can't carry a bazel run dependency on this tool | |
# since we need to use it in --workspace_status. | |
git_describe_semver_url_base="https://github.com/choffmeister/git-describe-semver/releases/download" | |
git_describe_semver_version=0.3.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apply a tag to HEAD at the beginning of each week. | |
# We can use this to create semver-looking tags for releases like | |
# 2020.44.123+abc1234 | |
on: | |
schedule: | |
# Mondays at 5am UTC / midnight EST | |
- cron: '0 5 * * 1' | |
jobs: | |
tagger: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel-out/k8-fastbuild/internal/_middlemen/_S_Scommon_Stime_Cstamped_Umessage-BazelCppSemantics_build_arch_k8-fastbuild | |
common/time/stamped_message.cc | |
external/bazel_tools/tools/cpp/grep-includes.sh | |
external/gcc_toolchain_x86_64/bin/as | |
external/gcc_toolchain_x86_64/bin/cpp | |
external/gcc_toolchain_x86_64/bin/g++ | |
external/gcc_toolchain_x86_64/bin/gcc | |
external/gcc_toolchain_x86_64/bin/gfortran | |
external/gcc_toolchain_x86_64_files/bin/x86_64-buildroot-linux-gnu-as | |
external/gcc_toolchain_x86_64_files/bin/x86_64-linux-as |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** log1.txt 2022-04-26 16:34:37.567675798 -0700 | |
--- log2.txt 2022-04-26 16:34:37.639676500 -0700 | |
*************** | |
*** 9,17 **** | |
} | |
inputs { | |
path: "bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_foreign_cc/toolchains/make_tool_foreign_cc/build_script.sh" | |
digest { | |
! hash: "7971b63c0d2946d94d7ce22b38c1c80b99c3066d7136af266619f7303ffc6ba1" | |
size_bytes: 1943 |
NewerOlder