Skip to content

Commit 6d6633a

Browse files
Bazel Release Systemkatre
Bazel Release System
authored andcommitted
Release 0.19.2 (2018-11-19)
Baseline: ac88041 Cherry picks: + 9bc3b20: Fix the "nojava" platform and enable full presubmit checks for the various JDK platforms now that we have enough GCE resources. + 54c2572: Add openjdk_linux_archive java_toolchain for nojava platform. + 20bfdc6: Automated rollback of commit 19a401c. + 914b4ce: Windows: Fix Precondition check for addDynamicInputLinkOptions + 83d406b: Windows, test-setup.sh: Setting RUNFILES_MANIFEST_FILE only when it exists. + e025726: Update turbine + 5f312dd: Fix event id for action_completed BEP events + f0c844c: Release 0.19.0 (2018-10-29) + c3fb1db: Do not use CROSSTOOL to select cc_toolchain + 8e28083: Windows Add tests for msys gcc toolchain and mingw gcc toolchain + fd52341: update bazel-toolchains pin to latest release Part of changes to allow bazelci to use 0.19.0 configs. RBE toolchain configs at or before 0.17.0 are not compatible with bazel 0.19.0 or above. + eb2af0f: Release 0.19.1 (2018-11-12) + 6bc4528: Also update cc_toolchain.toolchain_identifier when CC_TOOLCHAIN_NAME is set + f7e5aef: Add cc_toolchain targets for the new entries in the default cc_toolchain_suite. + 683c302: Read the CROSSTOOL from the package of the current cc_toolchain, not from --crosstool_top - Fixes regression #6662, by fixing tools/cpp/BUILD - Fixes regression #6665, by setting the toolchain identifier. - CROSSTOOL file is now read from the package of cc_toolchain, not from the package of cc_toolchain_suite. This is not expected to break anybody since cc_toolchain_suite and cc_toolchain are commonly in the same package.
1 parent f2be11d commit 6d6633a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## Release 0.19.2 (2018-11-19)
2+
3+
```
4+
Baseline: ac880418885061d1039ad6b3d8c28949782e02d6
5+
6+
Cherry picks:
7+
8+
+ 9bc3b20053a8b99bf2c4a31323a7f96fabb9f1ec:
9+
Fix the "nojava" platform and enable full presubmit checks for
10+
the various JDK platforms now that we have enough GCE resources.
11+
+ 54c2572a8cabaf2b29e58abe9f04327314caa6a0:
12+
Add openjdk_linux_archive java_toolchain for nojava platform.
13+
+ 20bfdc67dc1fc32ffebbda7088ba49ee17e3e182:
14+
Automated rollback of commit
15+
19a401c38e30ebc0879925a5caedcbe43de0028f.
16+
+ 914b4ce14624171a97ff8b41f9202058f10d15b2:
17+
Windows: Fix Precondition check for addDynamicInputLinkOptions
18+
+ 83d406b7da32d1b1f6dd02eae2fe98582a4556fd:
19+
Windows, test-setup.sh: Setting RUNFILES_MANIFEST_FILE only when
20+
it exists.
21+
+ e025726006236520f7e91e196b9e7f139e0af5f4:
22+
Update turbine
23+
+ 5f312dd1678878fb7563eae0cd184f2270346352:
24+
Fix event id for action_completed BEP events
25+
+ f0c844c77a2406518c4e75c49188390d5e281d3d:
26+
Release 0.19.0 (2018-10-29)
27+
+ c3fb1db9e4e817e8a911f5b347b30f2674a82f7c:
28+
Do not use CROSSTOOL to select cc_toolchain
29+
+ 8e280838e8896a6b5eb5421fda435b96b6f8de60:
30+
Windows Add tests for msys gcc toolchain and mingw gcc toolchain
31+
+ fd52341505e725487c6bc6dfbe6b5e081aa037da:
32+
update bazel-toolchains pin to latest release Part of changes to
33+
allow bazelci to use 0.19.0 configs. RBE toolchain configs at or
34+
before 0.17.0 are not compatible with bazel 0.19.0 or above.
35+
+ eb2af0f699350ad187048bf814a95af23f562c77:
36+
Release 0.19.1 (2018-11-12)
37+
+ 6bc452874ddff69cbf7f66186238032283f1195f:
38+
Also update cc_toolchain.toolchain_identifier when
39+
CC_TOOLCHAIN_NAME is set
40+
+ f7e5aef145c33968f658eb2260e25630dc41cc67:
41+
Add cc_toolchain targets for the new entries in the default
42+
cc_toolchain_suite.
43+
+ 683c302129b66a8999f986be5ae7e642707e978c:
44+
Read the CROSSTOOL from the package of the current cc_toolchain,
45+
not from --crosstool_top
46+
```
47+
48+
- Fixes regression #6662, by fixing tools/cpp/BUILD
49+
- Fixes regression #6665, by setting the toolchain identifier.
50+
- CROSSTOOL file is now read from the package of cc_toolchain, not from the
51+
package of cc_toolchain_suite. This is not expected to break anybody since
52+
cc_toolchain_suite and cc_toolchain are commonly in the same package.
53+
154
## Release 0.19.1 (2018-11-12)
255

356
```
@@ -3756,5 +3809,6 @@ Initial release.
37563809

37573810

37583811

3812+
37593813

37603814

0 commit comments

Comments
 (0)