#284 fixed bgfx's lifecycle template (module_vars slot) and its example (four Windows-hostile symlinks posing as convention dirs broke generate with NotDir), but the bgfx example is still not built anywhere in CI: its C++ compile runs tens of minutes cold (50+ min observed on a dev machine), too heavy for the shared examples job. Needed: a dedicated workflow job that generates + builds examples/bgfx with zig-cache persisted across runs (actions/cache keyed on the bgfx dep hash), so warm runs are minutes. Until it lands, bgfx template/codegen regressions are only caught by the real-template unit test, not a build.
#284 fixed bgfx's lifecycle template (module_vars slot) and its example (four Windows-hostile symlinks posing as convention dirs broke generate with NotDir), but the bgfx example is still not built anywhere in CI: its C++ compile runs tens of minutes cold (50+ min observed on a dev machine), too heavy for the shared examples job. Needed: a dedicated workflow job that generates + builds examples/bgfx with zig-cache persisted across runs (actions/cache keyed on the bgfx dep hash), so warm runs are minutes. Until it lands, bgfx template/codegen regressions are only caught by the real-template unit test, not a build.