Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 2a4f112

Browse files
authored
Upgrading Bazel to 3.0.0 (#3510)
* Bazel 3.0.0 * Updated to use `rules_jvm_external` * Buildozer cleanup
1 parent 32d3051 commit 2a4f112

File tree

219 files changed

+12517
-3912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+12517
-3912
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ addons:
1515
apt:
1616
packages:
1717
- libtool-bin
18+
- libcppunit-dev
19+
- pkg-config
1820
- python-dev
1921
- python-wheel
2022
- wget
@@ -24,7 +26,7 @@ addons:
2426
- libgoogle-perftools-dev
2527

2628
env:
27-
- BAZEL_VERSION=0.26.0 ENABLE_HEAPCHECK=1
29+
- BAZEL_VERSION=3.0.0 ENABLE_HEAPCHECK=1
2830

2931
before_install:
3032
# download and install bazel
@@ -41,4 +43,4 @@ script:
4143
- python -V
4244
- which python2.7
4345
- python2.7 -V
44-
- scripts/travis/ci.sh
46+
- scripts/travis/ci.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Confluence: https://cwiki.apache.org/confluence/display/HERON
3232
#### Heron Requirements:
3333
* Java 11
3434
* Python 2.7
35-
* Bazel 0.26.0
35+
* Bazel 3.0.0
3636

3737
## Contact
3838

0 commit comments

Comments
 (0)