You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
When building from a fresh Ubuntu 20.04, some packages are required for bazel build. But they are not examined by bazel_configure.py
Describe the solution you'd like
Add the following package check in bazel_configure.py
ant libcppunit-dev pkg-config: for zookeeper c++ client 3.5.8
python-is-python3 python3-dev tree: for python and heronpy
zip : for generating document
These are for Ubuntu 20.04. The other platforms need more investigation.
Is your feature request related to a problem? Please describe.
When building from a fresh Ubuntu 20.04, some packages are required for
bazel build
. But they are not examined bybazel_configure.py
Describe the solution you'd like
Add the following package check in
bazel_configure.py
These are for Ubuntu 20.04. The other platforms need more investigation.
Describe alternatives you've considered
NA
Additional context
#3555 (comment)
The text was updated successfully, but these errors were encountered: