Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/oppia/bazel

a fast, scalable, multi-language and extensible build system
https://github.com/oppia/bazel

Rename macro cc_* rules to avoid confusion

Using the native rule names makes it look like
these are native rules. I spent half an hour
debu...

c60675a9bbe6131b0207a63926987a794e6294e2 authored over 5 years ago by Laszlo Csomor <[email protected]>
Hardcode experimental_bep_report_only_important_artifacts to true, moving the flag to the graveyard.

RELNOTES: None
PiperOrigin-RevId: 258136011

4b178d0a1dfc26605e7eeefab87db8c44152dbfd authored over 5 years ago by felly <[email protected]>
J2ObjC: add references to files needed when transpiling with Java 11 support.

Change-Id: I9f9780ef2ce8f70ec2a1016b1da02a064ac422da
Signed-off-by: Philipp Wollermann <philwo@g...

c25c45f313fbe2212214378c39acc3144c5a7991 authored over 5 years ago by Antonio Cortes Perez <[email protected]>
Make @local_config_platform//:host visible to everyone.

Making the target visible allows other platforms to inherit from it (e.g. java host platform).

...

ff81b0c71fc553fd3308384328908e28b6c54f3d authored over 5 years ago by iirina <[email protected]>
Bump android-tools to 0.8

Closes #8873.

PiperOrigin-RevId: 257850193

8886f6aaefb378d104305e857e091168b2a02a6c authored over 5 years ago by Jingwen Chen <[email protected]>
Fix test.xml timestamps to produce ISO8601 irrespective of locale or timezone

Test.xml timestamps always reported as ISO8601 UTC timestamps.

RELNOTES: None.
PiperOrigin-RevI...

d69b24901f434a67da72f81b210e1ea92f68f7fb authored over 5 years ago by Googler <[email protected]>
Add Fingerprint#addBytes(ByteString)

Use this GenQuery.QueryResultAction#computeKey, since it (should be) more
efficient than copying...

b6bd02510bccf37b8166b73a4fa9963b719381c6 authored over 5 years ago by michajlo <[email protected]>
Deprecate plain HTTP downloads without checksum

Add a new incompatible flag. Once flipped, we disallow downloads of files
via plain HTTP unless ...

40e2d7f620f023374fd91a34f24f7159d03d9312 authored over 5 years ago by Klaus Aehlig <[email protected]>
Remove type parameter from SkyframeExecutor.

It is causing a bunch of raw type compiler warnings. Rather than putting <?> everywhere, just us...

0592f3fe04cc56aa8a6677562380284bd1c42218 authored over 5 years ago by Googler <[email protected]>
C++ runfiles test: fix on Linux

Change-Id: Iba231b4123cb1ed8ddd2d784d2d6b6ec331ba699

Closes #8879.

Change-Id: Iba231b4123cb1ed...

784daf4cbe634e9d8226266ed248d0aaeaa44046 authored over 5 years ago by Laszlo Csomor <[email protected]>
Check C++ toolchain type on cc_proto_aspect when using toolchain resolution

Fixes https://github.com/bazelbuild/bazel/issues/8844

https://github.com/bazelbuild/bazel/issue...

27d733379cb6913e3f34b4d40398213783706bee authored over 5 years ago by hlopko <[email protected]>
Ignore external/ directory in users' source tree when creating execroot symlink tree.

Fixes https://github.com/bazelbuild/bazel/issues/3857#issuecomment-510538152

RELNOTES: None
Pip...

c6ca6c2ccd9e11a87f837341ae05d2ba037975b1 authored over 5 years ago by pcloudy <[email protected]>
Enable Bazel tests on RBE on Ubuntu 16.04

Let's run Bazel tests as part of the critique presubmit on RBE. This only enables RBE on Ubuntu ...

2204bd2d329140f1d7aa6ce2552dd45340ab7d10 authored over 5 years ago by buchgr <[email protected]>
Add __ANDROID_RULES_MIGRATION__ to the tags for the generated android_sdk from

the android_sdk_repository workspace rule so that it works with
--incompatible_disable_native_and...

a52e65a07f92f65eca495b21e1335bab5f7e6b71 authored over 5 years ago by ahumesky <[email protected]>
Update documentation to clarify that R.id.* is optimized with aapt2

PiperOrigin-RevId: 257632438

5fa247096a687082496cb3f63b7c194e2da1fc80 authored over 5 years ago by Googler <[email protected]>
Reject empty separator in string.split

Related: #7355 #8726

Closes #8836.

PiperOrigin-RevId: 257614252

7150aabf303d6f954676001d55f66b8375cb61d8 authored over 5 years ago by Marwan Tammam <[email protected]>
Use 32-core machines for //:highcpu_machine constraint

this significantly improves performance of large tests (bootstrap, determinism, ...)

RELNOTES: ...

627ef9c0e8a566fba6afff0a9fbfbcfeaa18dbd0 authored over 5 years ago by buchgr <[email protected]>
Update cc-toolchain-config.md

Closes #8842.

Closes #8853.

PiperOrigin-RevId: 257610077

9e847c69640a5ae2faf074abf7c694c32bbf0007 authored over 5 years ago by Alexander Ilyin <[email protected]>
[sandbox] Port bazel_sandboxing_cpp_test on Windows

The test is not run by default on Windows as it needs windows sandbox binary to be installed in ...

cb17a7757875f05467b8bac3dc1c4961d81f41cc authored over 5 years ago by Loo Rong Jie <[email protected]>
Merge CppDebugFileProvider with CcInfo

.dwo files were previously propagated in a separate provider, and this provider cannot be access...

ece92fbc8e7bf531077d2c57f50dac612ef65e6c authored over 5 years ago by hlopko <[email protected]>
Use native patch API in http_archive and git_repository

When `--incompatible_use_native_patch` is enabled, http_archive and git_repository will use the ...

80a63d7df37878bd93f4101c1aea30358fd76f89 authored over 5 years ago by Yun Peng <[email protected]>
C++ runfiles library test: cut unwanted dependency

Fixes https://github.com/bazelbuild/bazel/issues/8862

Closes #8864.

PiperOrigin-RevId: 257598904

243090126ad2fb851c0d9bfadb70407e64a8bb8c authored over 5 years ago by Laszlo Csomor <[email protected]>
add ubuntu1604 and ubuntu1804 as rbe platforms

- use rbe_autoconfig
- mark slow tests as highcpu

Closes #8852.

PiperOrigin-RevId: 257594268

60df905100d0f1ea74ea22ae31cd3c205e101521 authored over 5 years ago by Jakob Buchgraber <[email protected]>
Extend the repository_rule function by a parameter configure

Setting this parameter to True (the default value is False) indicates
to bazel that the reposito...

b7e8f8402a48994d9a6410e4cd567932ea54c8c0 authored over 5 years ago by Klaus Aehlig <[email protected]>
Convert e.printStackTrace to rule error in cc_library

Tiny cleanup.

RELNOTES: None.
PiperOrigin-RevId: 257586398

4c56638f9179ffb7ea5328f0dd07e8c9e62b20e5 authored over 5 years ago by hlopko <[email protected]>
Reject unhashable types in dict.get

Related: https://github.com/bazelbuild/starlark/issues/65, #8730

Closes #8837.

PiperOrigin-Rev...

8c524dc612fb93da02a23759d393bb55f199a0d7 authored over 5 years ago by Marwan Tammam <[email protected]>
Undo breaking change of hiding android_common behind --experimental_google_legacy_api

This should be patched into 0.28.0 to fix https://github.com/bazelbuild/intellij/issues/976

Clo...

a0af170f87c8230fcd8860599b983df097b646bd authored over 5 years ago by Jingwen Chen <[email protected]>
Make proto blacklisting work when virtual import directories are present.

This fixes the fallout from https://github.com/bazelbuild/bazel/commit/ce65de4ee8e006137c8d927fa...

46c95dcbe2889e515a2b44b9dec00d6c13f7e9fa authored over 5 years ago by lberki <[email protected]>
Query performance: compute hashCode just-in-time

For queries that output a lot of data to stdout, computing Event hashes
turns out to be on the c...

e9521d32ea97615446109256e26c3db0d6714719 authored over 5 years ago by ulfjack <[email protected]>
bazel syntax: use identity equivalence for ASTNodes

Previously, all nodes except Identifer had no hashCode/equals,
and Identifiers were considered e...

0c2eb90fc3d2526ec755d6945683d5503cb1264a authored over 5 years ago by Googler <[email protected]>
Fix test.xml timestamps to produce ISO8601 irrespective of locale

RELNOTES: None.
PiperOrigin-RevId: 257465060

09a97436d183b085c5389dba2fed45a81baac7d7 authored over 5 years ago by Googler <[email protected]>
Remove the unused protoInfos argument of ProtobufSupport.

RELNOTES: None.
PiperOrigin-RevId: 257437870

37824ac264e5569e08b69341b7a838cdce94acc9 authored over 5 years ago by lberki <[email protected]>
Fix one check-then-act race in ExperimentalStateTracker#writeProgressBar.

#sampleOldestActions gets called via #writeProgressBar if #writeProgressBar observed 'activeActi...

97feb57e948c73a435ce43a1da70236b1211441d authored over 5 years ago by nharmata <[email protected]>
Update documentation to Bazel 0.28

This follows the instructions from: https://github.com/bazelbuild/continuous-integration/blob/ma...

b5c922574aadae434ef8cde75e6081a75ff4b8d7 authored over 5 years ago by Laurent Le Brun <[email protected]>
Release 0.28.0 (2019-07-10)

Baseline: 2e374a9c6e3d4ed71f0145de287c4b2fe43c76d6

Cherry picks:

+ 6d0b14b95a71175362030b48...

f4a0803187bb549227b13dcff8166ccb97020234 authored over 5 years ago by Bazel Release System <[email protected]>
Release 0.27.2 (2019-07-10)

Baseline: 8c3b3fba3f68833bd97d3df2db9c48f0539efc3b

Cherry picks:

+ 123c68daed17b19927372e4d...

7e80949151633a183bf2422b082aaa0f56497257 authored over 5 years ago by Bazel Release System <[email protected]>
[sandbox] Run sandbox from common execroot

Make sandboxed process run under main execroot instead of unique sandboxed execroot. This way, w...

6605b2399471417b85447927247832e3aaa85b5c authored over 5 years ago by Loo Rong Jie <[email protected]>
PatchUtil: Improve the readability of error message

Related: https://github.com/bazelbuild/bazel/issues/8316

Closes #8848.

PiperOrigin-RevId: 2574...

4bcdb7521596ceaed9b27f2693c76044ac08fd72 authored over 5 years ago by Yun Peng <[email protected]>
Update cc-toolchain-config.md

Typo fix.

Closes #8841.

PiperOrigin-RevId: 257383232

93a0ec3785c5275fc5dae1822338606a9934afd7 authored over 5 years ago by Alexander Ilyin <[email protected]>
Bazel client: warn if output paths have space

Warn the user if output_user_root or output_base
have a space character, because that probably
b...

52f44343383e999364b7df44eb14de4dbe19cceb authored over 5 years ago by Laszlo Csomor <[email protected]>
Do not add the legacy repository-relative import path for .proto files.

This functionality has been deprecated since about forever and since we now put .proto files of ...

6a667c6630824baca569dda7aaaffc2f913ce2a4 authored over 5 years ago by lberki <[email protected]>
Add repository_ctx.patch API

This API is guarded under `--incompatible_use_native_patch`

This PR is based on https://github....

536a71c770653215002077788d0f53330cc6d5e8 authored over 5 years ago by Yun Peng <[email protected]>
Declare chocolatey dependency on VC redist package

Fixes #7376. Currently untested, am on holiday without my build environment.

cc @laszlocsomor, ...

46faa855fab8124b544bbe8b951b3b731dcddf7c authored over 5 years ago by Peter Mounce <[email protected]>
Create a virtual proto import directory for proto_library rules with generated sources and ones with proto_source_root= set.

Fixes #7157. Third time is the charm!

This time, I made a flag for the fix so that it can be di...

ce65de4ee8e006137c8d927fa474384c0d940cb2 authored over 5 years ago by lberki <[email protected]>
testenv.sh: Detect other variants of bash on Windows too

Fixes #8831

/cc @laszlocsomor

Closes #8835.

PiperOrigin-RevId: 257359958

2cc650e61398a52f1ce7079a96c85b79d006c41e authored over 5 years ago by Loo Rong Jie <[email protected]>
Use proto_library in proto_lang_toolchain.blacklisted_protos

Cherry-pick of:
https://github.com/protocolbuffers/protobuf/pull/6323

Partial commit for third_...

503817deea8990e35792a3ec2eba79171d62ec1f authored over 5 years ago by Liam Miller-Cushon <[email protected]>
Create canonical flag types for use within Bazel rules.

In an ideal world, we would use the definitions from skylib. In the real world, we do not want ...

4c6e4e99c5d492e4f17a8233005960c2afe090ca authored over 5 years ago by Tony Aiuto <[email protected]>
Fix a bunch of compiler warnings by adding @SuppressWarnings("unchecked") to code generated by @AutoCodec.

PiperOrigin-RevId: 257294445

6f389bd56408be5551388c7a2e4839fc73dc9e51 authored over 5 years ago by Googler <[email protected]>
Lock down on usages of two proguard attributes for android_binary: proguard_apply_mapping and proguard_apply_dictionary.

These options carry an unwelcome maintenance burden with the Proguard/AppReduce team, and are al...

246617a2bee92af0a962d32986bcf646e3779c8b authored over 5 years ago by Googler <[email protected]>
Correct the ToolchainInfo constructor docs.

Fixes #6162.

Closes #8823.

PiperOrigin-RevId: 257262011

ef83e26382d1bd6c0abb3d4bc1f4c68a8586e5a8 authored over 5 years ago by John Cater <[email protected]>
Update Fileset with the HasDigest interface.

RELNOTES: None
PiperOrigin-RevId: 257247094

f1e30f37bcf270ba4046b6feb9129f95eeb064ea authored over 5 years ago by felly <[email protected]>
BEP async mixed mode: If upload mode is set to async, we still block on "fast" upload protocols. We consider local file writes with local uri references to be fast enough for this.

RELNOTES: None
PiperOrigin-RevId: 257235938

6a8759f700fd3b0f8ed8d1af73e70964a2037ff7 authored over 5 years ago by felly <[email protected]>
A typo is fixed

RELNOTES: None.
PiperOrigin-RevId: 257232473

f772a6991f7097968a1ab3314d588fdd806db41f authored over 5 years ago by Googler <[email protected]>
Add optional params to enumerate and list.index

#8732

Closes #8834.

PiperOrigin-RevId: 257224913

50f30a58a73737f8ec33d116a3264bb3814ba9af authored over 5 years ago by Marwan Tammam <[email protected]>
Put C++ toolchain environment variables into CppLinkAction key

This cl fixes the correctness issue with CppLinkAction where Bazel was not detecting changes to ...

b1203887f42db0eaaac55d2d49d81d054849f93c authored over 5 years ago by hlopko <[email protected]>
Reassign site changes temporarily to aiuto

Closes #8838.

PiperOrigin-RevId: 257217597

f3722072ee7908fbc2f1e2982c0448e842c24266 authored over 5 years ago by Tony Aiuto <[email protected]>
Automated rollback of commit 4569b2abda7c520229820fd548693397b2411358.

*** Reason for rollback ***

Breaks Skylib tests: https://buildkite.com/bazel/bazel-at-head-plus...

63d882d3128ef9138692ed3530d11b559f15e874 authored over 5 years ago by vladmos <[email protected]>
Supply the header thinning tool to apple_binary targets so that aspects that

create ProtoSupport can use it. This is rolling a previous attempt at doing
this forward after an...

196b79257066ba0916961d07e809fc11f8151e38 authored over 5 years ago by djasper <[email protected]>
Buffer param file writes, significantly reducing the cost of creating many param files.

PiperOrigin-RevId: 257210434

ec4fccd4e06fbc3d4abe2e4d88183bcd8798278c authored over 5 years ago by felly <[email protected]>
[sandbox] Add initial support for windows sandbox

Closes #8812.

PiperOrigin-RevId: 257180016

1d8c8ed43dd672d0ff16146d2079d94982e6f0d9 authored over 5 years ago by Loo Rong Jie <[email protected]>
Automated rollback of commit bcc9812e27d172d964dd728b70651fe0b972df0e.

Fixes #8832.

*** Reason for rollback ***

Breaks internal tests

*** Original change descriptio...

e85d2e175bdef227b23da4ec0cc1fb319608bf34 authored over 5 years ago by rosica <[email protected]>
register_{toolchains, execution_platforms}: honor renaming

When handling the registration of toolchains or execution platforms,
take the applicable renamin...

4569b2abda7c520229820fd548693397b2411358 authored over 5 years ago by Klaus Aehlig <[email protected]>
Upgrade java_tools version to javac11-v3.0.

The new java_tools version loads `@rules_java` and `@rules_cc`.

java_tools javac11-v3.0 release...

5d94682b944df2bec516276b51c04165e44c0ea2 authored over 5 years ago by iirina <[email protected]>
Run our unit tests with JDK11.

RELNOTES: None
PiperOrigin-RevId: 257173796

68e580a164c6ac2bfd4de7b23183e129b187c612 authored over 5 years ago by twerth <[email protected]>
Add 'allow_empty = True' to globs that may not match anything

Closes #8819.

PiperOrigin-RevId: 257171419

f82ec16ec23fdcc95c33e8101cc9f9589c195644 authored over 5 years ago by Laurent Le Brun <[email protected]>
Python is unnecessary dependency

See #8794, cc @laszlocsomor.

While I'm here, do you know if less ancient msys2 versions work?

...

9fa95710ba0d94bf1cd7ecd4168eb098ff70cc10 authored over 5 years ago by Peter Mounce <[email protected]>
Add default args to bool, list, tuple

#8729

Closes #8765.

PiperOrigin-RevId: 257169925

e1e9ec260644d37a89b370c4cd34cc6cde1cbd42 authored over 5 years ago by Marwan Tammam <[email protected]>
Update desugar to fix method signatures after adding emulated interfaces

Previously, Desugar was `null`-ing out signatures after adding emulated
interfaces. This CL upda...

bf41b5118468ec9d9cac4744ad5568b674a23291 authored over 5 years ago by Googler <[email protected]>
StarlarkAction: fix reading unusedInputsList file after action execution.

RELNOTES:
PiperOrigin-RevId: 257163694

a1a1f388d81940b3505925ad3342ddf486645b4c authored over 5 years ago by Googler <[email protected]>
Modify the headers_list intermediate artifact path to avoid collisions for

headers_list files generated by apple_binary for objc_proto_library in a split
(ios_multi_cpus) t...

a639b562ac7f9d1d7997d1b9ab46a8b4657dd09d authored over 5 years ago by Googler <[email protected]>
Use HTTPS instead of HTTP.

Closes #8699.

PiperOrigin-RevId: 257053379

b4d9588efd3b425c8dca83a6267b75ce0280724c authored over 5 years ago by Michael Shields <[email protected]>
Improve the docs for ToolchainInfo and link to the main toolchains do?

?c page.

Closes #8821.

PiperOrigin-RevId: 257044964

fe42154578c6b4a39e700451f497741d2bb8ec8b authored over 5 years ago by John Cater <[email protected]>
Thread new incompatible flag into creation of execution transitions during rule creation.

Part of work on execution transitions, #7935.

PiperOrigin-RevId: 257036118

0321a15be38a71f9d3a5aa4ac6dc0f27807f52bf authored over 5 years ago by jcater <[email protected]>
Delete objc_proto_library rule.

This rule has never worked in Bazel so we aren't expecting any breakages.

RELNOTES: objc_proto_...

2c55e6a7d452e86600d8a4d83be3e91c2333a319 authored over 5 years ago by kaipi <[email protected]>
Support getting all ActionLookupValues in the build directly from SkyframeExecutor.

This allows alternate executor implementations to provide more efficient/correct ways to obtain ...

a988673b45c18d0d51e10e12d570dee348481afa authored over 5 years ago by Googler <[email protected]>
Add startup flag, --incompatible_enable_execution_transition, which will enable incremental migration of host attributes to exec attributes.

This has to be a startup flag because it will influence rule creation. Changing this flag will c...

6bd0aa49551761b550694639ed61ef5b225a28cf authored over 5 years ago by jcater <[email protected]>
Restrict in operator with dict to hashable types

#8730

Closes #8762.

PiperOrigin-RevId: 256987262

a8fdf0d191ce522218ba3b38b1087320429bc148 authored over 5 years ago by Marwan Tammam <[email protected]>
Create a virtual proto import directory for proto_library rules with generated sources and ones with proto_source_root= set.

Fixes #7157.

RELNOTES: None.
PiperOrigin-RevId: 256973588

bcc9812e27d172d964dd728b70651fe0b972df0e authored over 5 years ago by lberki <[email protected]>
Windows: fix string quoting in powershell scripts

Use weak quoting (") instead of strong quoting (')
when variables must be expanded. (This is sim...

874fe754282651bdf006c06147842cbb226c6ae9 authored over 5 years ago by Laszlo Csomor <[email protected]>
Adds load statement for @rules_cc

This is in preparation for --incompatible_load_cc_rules_from_bzl

Closes #8744.

PiperOrigin-Rev...

9606887fde143abedd19787be5187d47cc7e06a7 authored over 5 years ago by oquenchil <[email protected]>
Package.Builder: allow getting repository mapping

When reading the workspace file, the registration of tool chains and execution
platforms has to ...

3c6ea3a29196f66aac9a1bfd11f407536796654f authored over 5 years ago by Klaus Aehlig <[email protected]>
Add 'allow_empty = True' to globs that may not match anything

50b62576247beabe6dbb0951f174c3672f7a5c3c authored over 5 years ago by Laurent Le Brun <[email protected]>
Make java_grpc_library work with proto_library rules using strip_import_prefix / import_prefix.

In addition to this welcome functionality, this change also makes it possible to fix http://gith...

f65cc726655eb81c6e0aeb04d05b42831640dce9 authored over 5 years ago by Lukacs T. Berki <[email protected]>
TargetPattern: support repository renaming

Support renaming of repositories at the level of the string representation of
target patterns. I...

9a96f4c54b5f14b16549c4e82e6e4f70fc4bfb51 authored over 5 years ago by Klaus Aehlig <[email protected]>
Automated rollback of commit 475db53bd30b7d23c4fcbec51b441ecb576049bb.

*** Reason for rollback ***

Breaks internal tests

*** Original change description ***

Supply ...

623ff07e53f7edf98359f14fa8585205dc3314bd authored over 5 years ago by rosica <[email protected]>
Windows, cc_configure.bzl: Add VS150COMNTOOLS and VS160COMNTOOLS as dependencies

Related: https://github.com/bazelbuild/bazel/issues/8806

RELNOTES: None
PiperOrigin-RevId: 2569...

5b8e04b22e762299b0c3e010a6a5b383a0f96fa5 authored over 5 years ago by pcloudy <[email protected]>
Implement PatchUtil

This is intended to replace patch command line tool that's used in
repository rules.

The native...

6c03a113963696e1f53743238ed4ca4c19e41b3f authored over 5 years ago by Yun Peng <[email protected]>
Make http_archive honor $HOME/.netrc

For http_archive and related rules, if no netrc file is specified,
but a file "$HOME/.netrc" exi...

c26e3396cb341e173b4be5c780cafac3ec386df5 authored over 5 years ago by Klaus Aehlig <[email protected]>
Replace curled quotes with ASCII quotes.

Replace ? and ? with ", replace ? and ? with '.

These are fine in text, but not in BUILD file
e...

7f395915ba03f85f92a759887d7bec74d1fc8973 authored over 5 years ago by laszlocsomor <[email protected]>
Modify unix C++ toolchain autoconfiguration features to pass flags to lto-index actions as well

https://github.com/bazelbuild/bazel/issues/6791

RELNOTES: None.
PiperOrigin-RevId: 256666054

1112b556cc91888699887ed8330a3883c93ea1e3 authored over 5 years ago by rosica <[email protected]>
Windows, bootstrap: fail if unzip would fail

Check the lengths of entries in zip files before
trying to unzip, to avoid unzip failing because...

7523e2cb44ed85a2602123d0b0f0e4af0e558c72 authored over 5 years ago by Laszlo Csomor <[email protected]>
Bootstrap: remove non-existent path from DIRS

This avoids a spurious error from "find".

Also remove the logic that computes the
--windows_uni...

9a5aa2bea849157bdd7685e0d9a4490951700720 authored over 5 years ago by Laszlo Csomor <[email protected]>
[sandbox] Add experimental flags for windows sandbox

Closes #8785.

PiperOrigin-RevId: 256653464

577c8eb7452758351975bac47cca3c8a70b63e55 authored over 5 years ago by Loo Rong Jie <[email protected]>
Fix BUILD files for future incompatible changes

- Explicitly mark globs with allow_empty (see --incompatible_disallow_empty_glob).
- Fix escapin...

6fbfe5c1c6f2ad9e068247440cd54ac46184be58 authored over 5 years ago by Laurent Le Brun <[email protected]>
Remove dkelmer from codeowners

:(

Closes #8770.

PiperOrigin-RevId: 256639236

801efc174113d744ccaee2f823b1b4633f167942 authored over 5 years ago by Danna Kelmer <[email protected]>
Windows: remove envvars from Chocolatey output

Chocolatey no longer says you must set BAZEL_SH
and BAZEL_PYTHON. Bazel works without setting
th...

fe28bb7ffef7b7a93799be6c1f9da3fdf7223eb1 authored over 5 years ago by Laszlo Csomor <[email protected]>
Pass absolute path to gold when using Clang

Prior to this change Bazel's C++ toolchain autoconfiguration generated
toolchain that passed `-f...

cdd0c3cdba270115940e8ca5ec8104cbcd694671 authored over 5 years ago by Marcel Hlopko <[email protected]>
Automated rollback of commit 5f53ab606f9e09076e9c1056378f32a78b04a880.

*** Reason for rollback ***

Breaks internal tests

*** Original change description ***

tags pr...

29eecb56c5f0f26b4751ec9eb79954412fb2991c authored over 5 years ago by rosica <[email protected]>
Automated rollback of commit 16465d7613348e39e0bcdb22697cf67d257a3d91.

*** Reason for rollback ***

We need to reconsider this.

https://devblogs.microsoft.com/command...

9efbb493576b6ef02ac21b1b5d0a3410fbbb7868 authored over 5 years ago by laszlocsomor <[email protected]>
SkyframeDependencyResolver: fix use of String.format

When using format strings, the format string itself should only
contain the interpolation direct...

34665153f766b3e9313b2f7c2bbe86e93212b81d authored over 5 years ago by Klaus Aehlig <[email protected]>