| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
--
Change-Id: I86660a0101261b42a06bb94afe0bc9f0bc5e5528
Reviewed-on: https://cr.bazel.build/6697
MOS_MIGRATED_REVID=139574326
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137500893
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137494506
|
|
|
|
|
|
|
|
|
| |
#1943
--
Change-Id: Ic7b4378acb4d3661a1b61ff887c9cc8592df9f7e
Reviewed-on: https://bazel-review.googlesource.com/c/6131/
MOS_MIGRATED_REVID=136154990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With bazel sources depending on checked-in binaries for the
supported platforms, porting bazel to a new platform is hard;
that approach also doesn't scale well if we want to support
users on more platforms.
This design document suggests an alternative approach based
on creating a zip-archive that, besides all sources, also
contains the generated output of the protoc actions. From
this archive, bazel can be bootstrapped without depending
on the right protoc on the target platform.
--
Change-Id: I401452435ed4189ea95260961d981ccc99a98560
Reviewed-on: https://bazel-review.googlesource.com/#/c/6530
MOS_MIGRATED_REVID=135891242
|
|
|
|
|
|
|
|
| |
Closes #1915.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1915
MOS_MIGRATED_REVID=135676413
|
|
|
|
|
|
|
|
|
|
|
| |
- Instead of a script for freezing the client environment, an info key was added.
- Mark as implemented.
--
Change-Id: I1928031bbe535fef2ffdedba4485fa9a37f4c1ec
Reviewed-on: https://bazel-review.googlesource.com/#/c/6494
MOS_MIGRATED_REVID=135356539
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
Roll-forward with appropriate fixes: --action_env is a "build" option,
not a "common" option. Moreover, also inherit the corresponding variables
for tests from the effective action environment.
Also fix the corresponding error in the design document.
*** Original change description ***
Automated [] rollback of commit 96d46280bc5a4803ba2242a4ad16939f85a3b212.
*** Reason for rollback ***
Broke installation on latest release.
Fixes #1846
*** Original change description ***
Reintroduce .bazelrc and set --action_env defaults
Shipping a .bazelrc was removed in 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0.
However, as per our "Specifying environment variables for actions" design
document, we want to ship a global rc file specifying the common environment
variables to be inherited. So revert that change and add the desired entries
to the global bazelrc file we're shipping.
***
--
MOS_MIGRATED_REVID=134769063
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=132971817
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=132257620
|
|
|
|
|
|
|
| |
--
Change-Id: I58686bc87be725041e98ed738890e7b0c7294a3b
Reviewed-on: https://bazel-review.googlesource.com/#/c/4261/
MOS_MIGRATED_REVID=129616564
|
|
|
|
|
|
|
| |
--
Change-Id: Id626d41b0af9861a0e79022dcb48cffaa8c12e3a
Reviewed-on: https://bazel-review.googlesource.com/#/c/4260/4
MOS_MIGRATED_REVID=129458423
|
|
|
|
|
|
|
| |
--
Change-Id: I1a904d19e1a63eff8c245bac3c18eb4ce9838912
Reviewed-on: https://bazel-review.googlesource.com/#/c/4271/
MOS_MIGRATED_REVID=129451413
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129436348
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129432777
|
|
|
|
|
|
| |
--
Reviewed-on: https://bazel-review.googlesource.com/#/c/4250/5
MOS_MIGRATED_REVID=129431153
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129426286
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129217657
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129092214
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original docs are at
bazel init (removed doc)
Skylark Remote Repositories: https://docs.google.com/document/d/1jKbNXOVp2T1zJD_iRnVr8k5D0xZKgO8blMVDlXOksJg/
Generating C++ crosstool with a Skylark Remote Repository: https://docs.google.com/document/d/1Ju74cmBCfYl8SEZT_tXhRmbi49ZLMzXgoQzzqve-dxI
--
Change-Id: I5acb28c08c0de552c259e091249e8787c2cf0e58
Reviewed-on: https://bazel-review.googlesource.com/4222
MOS_MIGRATED_REVID=129078523
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=128793556
|
|
For versioning Bazel's documentation, we only want to version the pages under
the Documentation portion of the site. Since Design Docs are more meant for
Bazel developers and are generally not continually updated for each release,
we should not version the design docs. Moving the directory for the design
docs out of docs/ will also simplify the change for versioning Bazel's docs.
--
MOS_MIGRATED_REVID=128788588
|