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

Fix location expansion for jvm_flags_for_cds_image_creation

Use exec paths instead of runfiles paths, and add 'data' to the inputs
of the action that create...

8a7a4495b07c40784994f57aa5e0b99cbf89c328 authored over 4 years ago by cushon <[email protected]>
Remove the warning for shared actions with tree artifact inputs.

We recently added a warning whenever we encounter a shared action which has a
tree artifact inpu...

0aa5c5c86bd9c773f228952029d029089640a337 authored over 4 years ago by ajurkowski <[email protected]>
Move fileArtifactValueFromStat down in the code and add a comment for an ambiguous parameter.

This accomplishes a purely downward flow in the method calls. While working on this code, I felt...

003c6f96c6a148fb34c5b922f9411ddf6a953f97 authored over 4 years ago by jhorvitz <[email protected]>
Simplify creation of ActionMetadataHandler instances.

ActionMetadataHandler may need to be recreated after input discovery. This is messy because the ...

6c8f7b981e656685321c8d32cdcc45aab62233a0 authored over 4 years ago by jhorvitz <[email protected]>
Split toolchain dependencies based on the toolchain context.

This allows the case to work where the same toolchain is dependened on by multiple execution gro...

6415e5c0bb8cc473c9a0444f67246a336d6f212f authored over 4 years ago by jcater <[email protected]>
First check-in of configuration overhead measurement tool

i.e. first check-in of [Measuring Configuration Overhead](https://docs.google.com/document/d/10Z...

2323dfe214a93315ca09bd213066e26b7dd17ea8 authored over 4 years ago by Greg Estren <[email protected]>
Make "import frozendict" work.

Change-Id: Ibc2b8e414d093b9739c8e135ca6d00b21e9c862f

28439775c49281d19086effdd771cfbf013584f8 authored over 4 years ago by Greg Estren <[email protected]>
Make "import dataclasses" work.

Change-Id: Ibe47b37a1acb91838e496b9b7eefb01e1bc4119c

4c9c44eff4c6e70add548068bec17b61baa13e66 authored over 4 years ago by Greg Estren <[email protected]>
Remove unnecessary MinimalOutputStore class.

This is currently used as the store for an action filesystem, but it does not actually store any...

68a30a0bb765d33d76919a5933df3a5a0a3147f5 authored over 4 years ago by jhorvitz <[email protected]>
Allow exec properties to be set during RuleContext building. If not set, use the value of the attached target's exec_properties attribute. This allows aspects to not inherit exec_properties from the attached target since it should have a different set of exec groups anyway.

Aspect exec groups are not implemented yet so currently aspects exec_properties are always set t...

3eb806eca5c6b5cab8a60b10a7edb480791c39b3 authored over 4 years ago by juliexxia <[email protected]>
Add output_source_jar parameter to pack_sources Starlark function and allow empty jar files.

Before, by only having source_jar parameter, user in Starlark must actually have another Artifac...

3762e94856dda91f91a5d14fcd56eb412a281c68 authored over 4 years ago by ilist <[email protected]>
Check isIpV4StackPreferred before binding with ipv6 address

This is a workaround for a netty bug https://github.com/netty/netty/issues/10402 that caused the...

1ada9a5e75fb9ff80388b5e4188f7873b59a315b authored over 4 years ago by Yun Peng <[email protected]>
Simplify some redundant code

This is an NFC.

RELNOTES: None
PiperOrigin-RevId: 321319827

226af9c5ac101484ed12e474b784107745ba32a0 authored over 4 years ago by waltl <[email protected]>
proto_lang_toolchain: Add test to verify that blacklisted_protos contains transitive (original) source

This adds a test for 01df1e5c3aaf709e9388293514ae978e59ae2cbb, which
didn't come with a (OSS) te...

37687c1e446ab433ca2518022bc5eda9f926e06a authored over 4 years ago by Yannic Bonenberger <[email protected]>
Tweak the --experimental_remote_downloader help text

* Use the official name ("remote asset API") so it's easier to find.
* Add a link to the API def...

f1ceb37b7bc2dabb222265adb55c8dc96549cdee authored over 4 years ago by Mostyn Bramley-Moore <[email protected]>
Update `--remote_http_cache` to `--remote_cache`

`bazel`'s help text refers only to `--remote_cache`, and this is the only instance of `--remote_...

981c0d47ce2b321db64e4613eb60a6ee602e4d6d authored over 4 years ago by Austin Anderson <[email protected]>
Replace explodeDirectory with visitTree for an on-line visitation of tree artifact contents.

Use this from ActionMetadataHandler to merge two tree traversals into one. We had been performin...

0d0758aeaaf7ade4fbacfb99e222b9a8a0f08a21 authored over 4 years ago by jhorvitz <[email protected]>
Test Encyclopedia: Link to corresponding attrs for size, timeout, shard count

RELNOTES: None.
PiperOrigin-RevId: 321209203

95e6648b69cf94e4b0e0cac2dc5c71a66fec0271 authored over 4 years ago by Googler <[email protected]>
Test Encyclopedia: Reflect that only enumerated test sizes are allowed nowadays

Only recognized sizes (small/medium/large/enormous) are allowed, so this lax phrasing doesn't ma...

f6dc5fa3cb01d5266df1d2ffae68d59d2fe48675 authored over 4 years ago by Googler <[email protected]>
Test Encyclopedia: --test_timeout flag can override `timeout` attribute

Based on https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build...

8704af2f48d5070316a34639b45a767b4548f469 authored over 4 years ago by Googler <[email protected]>
Test Encyclopedia: Add links to test sharding section

RELNOTES: None.
PiperOrigin-RevId: 321195859

51eaf2a414f70e65608f991dbccfc0ecd42d9bf7 authored over 4 years ago by Googler <[email protected]>
Common test attributes: Mention env vars which propagate size/timeout/shard_count

RELNOTES: None.
PiperOrigin-RevId: 321185281

a9d5c81563dbfcf6f3f625ec9e4c99a565232094 authored over 4 years ago by Googler <[email protected]>
Test Encyclopedia: Add heading for test sharding section

And move some non-sharding-related prose so it'll be under the correct section.
RELNOTES: None.
...

675894092ae66ef0badb87e47a1ccf9ab75ea062 authored over 4 years ago by Googler <[email protected]>
Remove unused methods.

PiperOrigin-RevId: 321174807

7b23452eae6e07e8d7f762f5ed37f4eaffd6542a authored over 4 years ago by janakr <[email protected]>
Dump Skyframe state after builds.

--experimental_post_execution_skyframe_state_format outputs the state of Skyframe after each bui...

bb9eed0653c92ba668aec94dffbfed5112921e11 authored over 4 years ago by leba <[email protected]>
Remove documentation from experimental parameter.

RELNOTES:none
PiperOrigin-RevId: 321154158

485fccf90a51e6646d0abf29bc38f2c16443c0b2 authored over 4 years ago by plf <[email protected]>
Update error message thrown during loading phase if BUILD file is missing.

DetailedTargetParsingException did not contain the topic message of the higher level exception, ...

05c20106a90d33043c78d1c64fb1ca448b3b7187 authored over 4 years ago by Googler <[email protected]>
Report workspace file events as they happen

This is closer to how events for proper packages are reported (immediately after
they're loaded)...

2436a358f464ea75b6308dd530c5cce0adde2ebc authored over 4 years ago by michajlo <[email protected]>
Set up proper serialization for ConfiguredTargetKeyWithToolchainContext.

PiperOrigin-RevId: 321139781

0985ad7ad749d415983a8e6240cd25423b5cce88 authored over 4 years ago by jcater <[email protected]>
Add missing tests for object files support and a separate param for PIC static library in cc_import

A follow-up to #11696

Closes #11735.

PiperOrigin-RevId: 321131430

a91aad8aebc4fea02dc480732d64689cd5d4a545 authored over 4 years ago by Andrzej Guszak <[email protected]>
Add oso_prefix_is_pwd macOS feature

With Xcode 11 Apple's linker introduced a new oso_prefix option which
removes the given prefix f...

930424b77fb029faf794c2b503f90b6f2d307bf1 authored over 4 years ago by Keith Smiley <[email protected]>
Automated rollback of commit 86c202f9b35c980ba4b606dbe8ae5183fc641945.

*** Reason for rollback ***

Bazel 3.4.1 is released and fixes the issue.

*** Original change d...

8953b6632abd7ec4380aca42f168f41e4d437c52 authored over 4 years ago by twerth <[email protected]>
Revert grpc upgrade

Due to a grpc bug breaking Bazel inside docer in Bazel 3.4.0, we have to revert the upgrade of g...

c3ea5a1253c6cfad46fffa25d9842bce1fdc69c2 authored over 4 years ago by Yun Peng <[email protected]>
Update docs for 3.4.0.

Closes #11755.

PiperOrigin-RevId: 321111710

b3a4b511a4a8f2376486f6df0c946a11ddd11c78 authored over 4 years ago by Tobias Werth <[email protected]>
Automated rollback of commit 5fb12454ff1edadec4955099fb372134e752a457.

*** Reason for rollback ***

Breaks execution_phase_tests.

See https://buildkite.com/bazel/baze...

d0a74ff94fe682d729283b34e92e344e964a1632 authored over 4 years ago by twerth <[email protected]>
Release 3.4.1 (2020-07-14)

Baseline: 7404d17ac76da876ae0b432d1fccf222a9e991fe

Cherry picks:

+ f31f2d787116120b2b16e9aa...

d917bf23034dea4503ca709f80307eda63378e8c authored over 4 years ago by Bazel Release System <[email protected]>
Remove OutputStore#injectedFiles.

This set was previously used to track which files were injected with the goal of skipping chmod ...

a68bdbb0fe2fef5b5ac7acad98a17e567b8a8a59 authored over 4 years ago by jhorvitz <[email protected]>
Add BulkDeleter interface to assist in deleting outputs

PiperOrigin-RevId: 320985106

5fb12454ff1edadec4955099fb372134e752a457 authored over 4 years ago by Googler <[email protected]>
Disable tests on RBE in Bazel's presubmit and postsubmit.

Bazel 3.4.0 broke something and now rbe_autoconfig fails somewhere inside Docker where it tries ...

86c202f9b35c980ba4b606dbe8ae5183fc641945 authored over 4 years ago by philwo <[email protected]>
Remove treeFileCache from OutputStore.

There is no longer any scenario under which tree artifact children are added to OutputStore outs...

64b468a9c10befc40ee945a86b028f88dcb43466 authored over 4 years ago by jhorvitz <[email protected]>
Add third_party deps for ctexplain

Work toward https://github.com/bazelbuild/bazel/issues/10613

Update license name

Add :srcs

Ad...

1a0f47a8b9584aa8a516b58f4bcab33c375d32ab authored over 4 years ago by Greg Estren <[email protected]>
Release 3.4.0 (2020-07-13)

Baseline: 7404d17ac76da876ae0b432d1fccf222a9e991fe

Cherry picks:

+ a4334be50a206bf8d676a019...

93262a5b1eb7bb898ebaf6cf0466ad1c1beb1d6f authored over 4 years ago by Bazel Release System <[email protected]>
Starlark: make IfStatement immutable

Immutable objects are harder to construct, but safer/easier to work with.

Closes #11751.

Piper...

5e486a2bb2a79afa73f7b7fda53c320bb2930b96 authored over 4 years ago by Stiopa Koltsov <[email protected]>
Add a test for bazel-distfile.tar.

Also cleans up generation of bazel-distfile.tar to work on macOS.

Fixes #11741.

Closes #11743....

d8c8a2bcf295ace398030dbadf047b197ec9cfb6 authored over 4 years ago by John Cater <[email protected]>
Starlark: better reflection cache in CallUtils

Replace Guava cache with ConcurrentHashMap. Guava cache is quite
expensive for quick operations....

db3082db1e2a0f23ced54e0686e81586b8b55723 authored over 4 years ago by Stiopa Koltsov <[email protected]>
Fixes a typo in the JDK URL that would cause Bazel to warn "Unknown host: mirror.bazel.com"

Fixes a typo in the JDK URL that would cause Bazel to issue this warning:

```
WARNING: Download...

a129736a6821eac1a0f7f6146e1b316ac7ee643a authored over 4 years ago by Yesudeep Mangalapilly <[email protected]>
Have WorkspaceFileFunctionTests go through proper skyframe evaluations

We had a mix of mocked-up env and "proper" evaluation. Settle on the latter
since it's less code...

de3f1818fcb2bad290e5217fe730aee7d127f4ae authored over 4 years ago by michajlo <[email protected]>
Ensure all closeables are always closed.

Found three places where we are not calling close() on other Closeable instances if one throws.
...

55d964efcd1b11c2ecba13786707068983a40e82 authored over 4 years ago by jhorvitz <[email protected]>
Use a MetadataConsumer implementation that assists with tree artifact aggregation.

Remove IOException from MetadataConsumer since it is never thrown.

PiperOrigin-RevId: 320714944

2a960e93924fc47138b6c422cb3748cb4066784d authored over 4 years ago by jhorvitz <[email protected]>
Refactor interaction between ActionExecutionFunction and SkyframeActionExecutor.

A lot of stuff is being passed back and forth. Let SkyframeActionExecutor be responsible for man...

4ecc74922dd617f496dadacc02e5721178778a06 authored over 4 years ago by jhorvitz <[email protected]>
Make BlazeRuntimeWrapper more faithful to production: call env.beforeCommand() rather than copying some of its logic. Also get rid of some horribly stale code.

PiperOrigin-RevId: 320689793

5ef954fe445ef064a38cda333c7013b6df87c065 authored over 4 years ago by janakr <[email protected]>
Fix filter_netty_dynamic_libs to handle the case when the original

source isn't writable.

This happens, for example, with the output from bazel-distfile.tar.

Part...

2cb1a661ff317cb2ab6dc0c6eaf9e7d30c3c8f24 authored over 4 years ago by John Cater <[email protected]>
Make maps for filesets immutable in `ActionExecutionMap.ContinuationState`.

The maps for filesets in `ActionExecutionMap.ContinuationState` are never
changed after the init...

8ebd85aea8a4ad4c7b3e70ce6f89cc68e64d1683 authored over 4 years ago by ajurkowski <[email protected]>
Fix link.

RELNOTES: None
PiperOrigin-RevId: 320614521

d49429cda6d67cb253846d4a18b5043ee7693fe5 authored over 4 years ago by Googler <[email protected]>
Update aquery documentation to add FAQ about ActionKey.

Original Issue: https://github.com/bazelbuild/bazel/issues/11718

RELNOTES: None
PiperOrigin-Rev...

d46d1d175713d5fed2106b72ef135df3380535fa authored over 4 years ago by leba <[email protected]>
DOCS: Clarification of "compilation_mode" as "-c"

RELNOTES: None
PiperOrigin-RevId: 320535377

d96e8db4b60bfa1413e5a8f0874d7fdb719f31d1 authored over 4 years ago by Googler <[email protected]>
Miscellaneous cleanups in ActionMetadataHandler and tests.

Fix warnings, remove @VisibleForTesting, add checkNotNull, and simplify some code flow. Also del...

e9186ebbe8ac0b4488a1111f27a5713b48191132 authored over 4 years ago by Googler <[email protected]>
This ID clashes with the internal documentation system

RELNOTES: None
PiperOrigin-RevId: 320452866

0d9612ccd77b755bddf41d4d2cda9c0a7810d8fa authored over 4 years ago by Googler <[email protected]>
Allow native repository rules to declare toolchains they want

registered.

Closes #11728.

PiperOrigin-RevId: 320420725

39401a9efcdbd6c859b68600a3480d088e8ea88e authored over 4 years ago by John Cater <[email protected]>
bazel skyframe: remove redundant representation of the Module load graph

commit 87b4608ea2c6f594847790ef5c1c18d6bc476374 caused the .bzl module graph to be materialized ...

39e42d147010911fbda1e2c6f0606b74dd263e78 authored over 4 years ago by adonovan <[email protected]>
Remove unnecessary unchecked warning supression from CommandLines.

Apply the suggestion from error-prone.

PiperOrigin-RevId: 320405214

79e799edfa7c0525efee2415e08b8a20b008803e authored over 4 years ago by ajurkowski <[email protected]>
Explicitly specify source and dependency attributes for coverage (flag-protected)

In Starlark, coverage is configured with coverage_common.instrumented_file_info, which has lists...

1a0852199d05bef95fcceaa1ef244c36d393bfb0 authored over 4 years ago by Googler <[email protected]>
Bubble up fine grained failures to BlazeTargetAccessor so that we can construct a QueryException with failure details.

BlazeQueryEnvironment catches NoSuchThingException from TargetProvider#getTarget and then rethro...

902b18dab7bfb16fadbda1d3ae07c71fbbddac11 authored over 4 years ago by Googler <[email protected]>
C++: Give error when grep-includes missing

This was crashing during execution of compilation actions.

RELNOTES:none
PiperOrigin-RevId: 320...

7e29639be23474ba54fc186d1239590d5b2bb523 authored over 4 years ago by plf <[email protected]>
Implement whitelisting for implicit outputs produced by CcLibrary rules

RELNOTES:none
PiperOrigin-RevId: 320348483

c59bbedc47abac7ad5d48126172cfce8dbfcf67a authored over 4 years ago by plf <[email protected]>
Apply error-prone suggestion in `ActionCacheChecker.getCachedInputs`.

`ActionCacheChecker.getCachedInputs` depending on the taken code path returns a
mutable or immut...

5b7de420dce4f942d90af7b4af82ccd3c7d3d9a9 authored over 4 years ago by ajurkowski <[email protected]>
Add ConfigurableQuery code failures to Cquery QueryExceptions.

Fine grained failure codes were added to "ConfiguredTargetAccessor", "ConfiguredTargetValueAcces...

08a82ab661c778ff4b07e60fb213c82978b85a4f authored over 4 years ago by Googler <[email protected]>
Add fine grained Query failure codes to query functions.

Fine grained failures were added to "SomeFunction", "RBuildFilesFunction", and "RPackageLookupsF...

62f9a26dc8e7a289f31eabd980171afae6e24d5d authored over 4 years ago by Googler <[email protected]>
Add fine grained Aquery failure codes to AqueryCommandUtils and ActionFilterFunction.

RELNOTES: None.
PiperOrigin-RevId: 320288980

f834d2786b7ed3437c8927aabf0bbe84d8480e8d authored over 4 years ago by Googler <[email protected]>
bazel packages: record load graph (DAG over Modules) in Module and Package

This is a preparatory step for a new, rich query output format that will provide
all the informa...

87b4608ea2c6f594847790ef5c1c18d6bc476374 authored over 4 years ago by adonovan <[email protected]>
Update FailureDetail in QueryException for query environments and formatters.

Bubble up fine grained failures to higher levels of query for the different types of errors.

RE...

3e3c831d7ce3deb0f052cd623389e62ae17101c5 authored over 4 years ago by Googler <[email protected]>
Limit warnings about shared actions with tree artifact input to 1 per build.

Bazel does not handle shared actions with tree artifact inputs properly as it
is overly permissi...

374d7ba12864867f4902297ea71481e909a75cfb authored over 4 years ago by ajurkowski <[email protected]>
Minor package cleanups

Removes excess visibility, invalid javadoc tags, and unnecessarily broad
methods. Largely odds a...

6a76842cf78fd53b4995bf8ff3ed153837971367 authored over 4 years ago by michajlo <[email protected]>
Fix minor code issues flagged by error prone

The review of this PR hightlighted a few points about following the advice of the linter
- any a...

a13887748cfb82a04cc1e617b7fc868f1f9acd89 authored over 4 years ago by David Ostrovsky <[email protected]>
Update Starlark configurations documentation to use allowlist everywhere

PiperOrigin-RevId: 320231568

d58170ea8acc89001ca6abd516a0a024a239d067 authored over 4 years ago by juliexxia <[email protected]>
Inline Package#makeNoSuchTargetException

This existed as a hook for subclasses and is no longer necessary.

PiperOrigin-RevId: 320221055

b2eb01577a8fb02cf9333395ffd413912e3a6608 authored over 4 years ago by michajlo <[email protected]>
Mark BlazeModule#getPackageSettings @Nullable

RELNOTES: None
PiperOrigin-RevId: 320218301

9198660ab2b7fc60f7cb4e8a63e94450ff215630 authored over 4 years ago by michajlo <[email protected]>
Replace Package.Builder.Helper with PackageSettings object

Use a boolean instead of inheritance to toggle the features Helper was enabling.
The bulk Packag...

a05fec555fe9fc33e55593908592845e15fbde3f authored over 4 years ago by michajlo <[email protected]>
Add test for local_config_platform constraints.bzl.

Closes #11726.

PiperOrigin-RevId: 320183317

6664aeed418b604d18786d5488df09d15ceb41ca authored over 4 years ago by John Cater <[email protected]>
Add toolchain_type and toolchain definitions for Android SDK.

Closes #11725.

PiperOrigin-RevId: 320179132

700a99000425495e1603b8a2d74853201d95224d authored over 4 years ago by John Cater <[email protected]>
Add support for object files in the Starlark implementation of cc_import

This change allows users to import object files when using Starlark version of cc_import rule (c...

60e34433ac2a8427c1fd0f0834ae0259dceb269e authored over 4 years ago by Andrzej Guszak <[email protected]>
Fix some special characters being rendered as HTML codes.

PiperOrigin-RevId: 320154962

c079dacf4bbfc2d645e1b61198dc7c202c8a979b authored over 4 years ago by Googler <[email protected]>
Fix newly introduced bug where an empty test_suite.tests attribute was

incorrectly not causing the test_suite.$implicit_tests attribute to get set.

The test_suite.$imp...

40252c95de4df438e0497cd7d01313fc4e20d84a authored over 4 years ago by nharmata <[email protected]>
Enable Ninja parser to parse validation inputs.

RELNOTES: None
PiperOrigin-RevId: 320089902

a8177766af5c6b5d52e0f9b5f629652ddfdfc167 authored over 4 years ago by ahumesky <[email protected]>
Add support for compiling on Apple Silicon.

Defines new platform `darwin_arm64`.

RELNOTES: Add support to bazel/crosstool for building arm64...

b235517a1f3b91561a513ea4381365dba30dd592 authored over 4 years ago by dmaclach <[email protected]>
Fire build event service event when we complete the build event lifecycle or fail to publish build events to the build event service.

RELNOTES: None.
PiperOrigin-RevId: 320059960

8545304348a9ef6927beb95b4719fd75ccdda2de authored over 4 years ago by Googler <[email protected]>
runfiles.[root_]symlinks docs: Link to docs which explain these params in more depth

And which explain the difference between symlinks vs. root_symlinks.

RELNOTES: None.
PiperOrigi...

65bebd3d457ca49203509892c90d816493a2f762 authored over 4 years ago by Googler <[email protected]>
Automated rollback of commit b77bf3c7f8d2872ce7ed33f063ccf1cfc1ab22aa.

*** Reason for rollback ***

Did not end up using to debug bug, avoid keeping complexity.

Piper...

61072c1ef6c8e5b688dbc9dc26da4a1f95d1d804 authored over 4 years ago by janakr <[email protected]>
Create a "MultiBuilder" for aggregating multiple TreeArtifactValues at once.

The basic (single-thread use case) version offers the optimization that it builds an ImmutableSo...

dce0800d36fc2b9efc915e9f345f6e273b20dfee authored over 4 years ago by Googler <[email protected]>
Expand `ActionExecutionMetadata.getKey()` method to accept an ArtifactExpander.

Computing a key which uniquely identifies whether 2 actions are equal is
generally impossible wi...

4784d735f5c13ab7ad0c4c1068c50a3a6a23f855 authored over 4 years ago by ajurkowski <[email protected]>
Prevent leaking all artifacts to all actions with

ArtifactNestedSetFunction#artifactSkyKeyToSkyValue.

RELNOTES: None
PiperOrigin-RevId: 320000030

1437f34aa30fc199d36da4aafe9d2794432ad39f authored over 4 years ago by leba <[email protected]>
Remove legacy "fake" branches from cc_binary implementation

Removes the "isFake" part of CcBinary and all associated code. This was
legacy from blaze and ca...

914c48058488025551e7c0b7bc30fe9b638f97a3 authored over 4 years ago by cmita <[email protected]>
Skip unnecessary extra attempts to get fast digests.

The extra condition for tree artifact children was left over from previous code versions but is ...

2983d0454ace4fcbe84c118eff0d7be6c7db7339 authored over 4 years ago by Googler <[email protected]>
Document OutputFormatterCallback#close's fail-fast mode

PiperOrigin-RevId: 319982396

8a9ae830dec46dfc8fe72a7894a091d21a89bb7f authored over 4 years ago by michajlo <[email protected]>
Clean up after --nsos_eval_keys_as_one_group flag flip.

RELNOTES: None
PiperOrigin-RevId: 319939595

8e03897ad0869ad4649714b4bcd3512a7e2e3115 authored over 4 years ago by leba <[email protected]>
Allow building the `singlejar` tool on OpenBSD.

Without this change, the build fails with the following error. Thus, building deploy JARs is imp...

5e53b156899cd2a82c48940f159e1326eaeff4b2 authored over 4 years ago by Googler <[email protected]>
DOCS: Editorial updates to multiplex workers

RELNOTES: None
PiperOrigin-RevId: 319876304

c756638b75cb81d6dce0dee730e4d9d2a589baf5 authored over 4 years ago by daroberts <[email protected]>
Add fine grained detail to QueryExpressions and propagate the failure details.

Add additional query related exception codes in QueryExpressions. These values will then get bub...

67ab96ab1af1dc88d45bfe4535a25013517cbaa0 authored over 4 years ago by Googler <[email protected]>
Prohibit injecting tree artifact children as files. They should only be injected via injectDirectory.

This is consistent with the check in ActionExecutionValue which ensures that tree artifact child...

848c4ee64e13f36f903821acd5e3098e64fb186f authored over 4 years ago by Googler <[email protected]>
Update 'memory' key to 'mem'

PiperOrigin-RevId: 319841858

9bf821a5864a38ee087a9cd5ebee238d7418f751 authored over 4 years ago by juliexxia <[email protected]>