mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Repair the nightly PyPI wheel build, broken since the bzlmod migration deleted the WORKSPACE file. The build script looked for that file to find the top of the source tree, and died. The build image's bazelisk, 1.18.0, likewise recognized only WORKSPACE as the tree-top marker, so it never found .bazelversion and ran the latest bazel release instead of the pinned 8.7.0. Find the tree top by the MODULE.bazel file instead, and bump bazelisk to 1.29.0, which recognizes MODULE.bazel, finds .bazelversion, and runs the pinned bazel. |
||
|---|---|---|
| .. | ||
| tests | ||
| tflite_micro | ||
| BUILD | ||
| numpy_cc_targets.bzl | ||
| py_namespace.bzl | ||
| py_rules.bzl | ||
| python_requirements.in | ||
| python_requirements_3_10.txt | ||
| python_requirements_3_11.txt | ||
| python_requirements_3_12.txt | ||
| python_requirements_3_13.txt | ||
| tensorflow_cc_targets.bzl | ||