Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issuefleet-smoke

Smoke test for issuefleet — a simple hello-world Python app built with a hermetic Bazel (bzlmod) configuration.

Hermetic setup

  • Bazel version is pinned in .bazelversion (managed by bazelisk).
  • MODULE.bazel registers rules_python and a pinned CPython 3.12 toolchain, so builds use a downloaded interpreter rather than the system Python.
  • MODULE.bazel.lock pins the resolved dependency graph for reproducibility.

Build & run

bazel run //src:hello           # -> Hello, world!
bazel run //src:hello -- Fleet  # -> Hello, Fleet!

Test

bazel test //src:hello_test

About

Smoke test for issuefleet

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages