chaosct / bazel_nuitka_test

Test to run nuitka inside bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuitka example using Bazel

Ultimatelly, we want to use nuitka as part of our build process.

Bazel will use a controlled, embedded version of python to run Nuitka.

Test it:


# optionally update the pip dependencies
bazel run //third_party:requirements.update

bazel run //tools/nuitka -- --onefile  ntest.py

About

Test to run nuitka inside bazel


Languages

Language:Starlark 52.3%Language:Python 47.7%