| build --copt=--std=c++14 | |
| build --copt=-I. | |
| build --copt=-isystem --copt bazel-out/k8-fastbuild/bin | |
| # Configuration to disable tty features for environments like CI | |
| build:no-tty --curses no | |
| build:no-tty --progress_report_interval 10 | |
| build:no-tty --show_progress_rate_limit 10 |