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

Commit

Permalink
Upgrading Bazel to 3.0.0 (#3510)
Browse files Browse the repository at this point in the history
* Bazel 3.0.0
* Updated to use `rules_jvm_external`
* Buildozer cleanup
  • Loading branch information
nicknezis authored Apr 16, 2020
1 parent 32d3051 commit 2a4f112
Show file tree
Hide file tree
Showing 219 changed files with 12,517 additions and 3,912 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ addons:
apt:
packages:
- libtool-bin
- libcppunit-dev
- pkg-config
- python-dev
- python-wheel
- wget
Expand All @@ -24,7 +26,7 @@ addons:
- libgoogle-perftools-dev

env:
- BAZEL_VERSION=0.26.0 ENABLE_HEAPCHECK=1
- BAZEL_VERSION=3.0.0 ENABLE_HEAPCHECK=1

before_install:
# download and install bazel
Expand All @@ -41,4 +43,4 @@ script:
- python -V
- which python2.7
- python2.7 -V
- scripts/travis/ci.sh
- scripts/travis/ci.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Confluence: https://cwiki.apache.org/confluence/display/HERON
#### Heron Requirements:
* Java 11
* Python 2.7
* Bazel 0.26.0
* Bazel 3.0.0

## Contact

Expand Down
Loading

0 comments on commit 2a4f112

Please sign in to comment.