You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Andreas Berthoud d29af912cb Add flavor_setting 5 years ago
.bazelrc Add python_toolchain 5 years ago
.gitignore Chosing the python version an pip requirements work 5 years ago
BUILD Add flavor_setting 5 years ago
LICENSE Add LICENSE file 5 years ago
README.md Add flavor_setting 5 years ago
WORKSPACE Add python_toolchain 5 years ago
build_settings.bzl Add flavor_setting 5 years ago
main.py Add python script parameter 5 years ago
requirements.txt Chosing the python version an pip requirements work 5 years ago

README.md

Bazel playground

Play with ...

  • bazel run main --//:favorite_flavor="BANANA"
  • bazel run main --//:favorite_flavor="APPLE"
  • bazel run main --//:favorite_flavor="ORANGE"
  • bazel run main