Skip to content

ci(examples): build full 'all' target in bit-parity job (rot guard)#252

Merged
LeoBuron merged 1 commit into
developfrom
examples-ci-build-all-guard
Jun 26, 2026
Merged

ci(examples): build full 'all' target in bit-parity job (rot guard)#252
LeoBuron merged 1 commit into
developfrom
examples-ci-build-all-guard

Conversation

@LeoBuron

Copy link
Copy Markdown
Member

What

Makes the CI c-bit-parity job build the examples preset's default all target instead of only the two named example binaries.

Why

The job built only --target train_c_har_classifier + --target train_c_ecg_anomaly_ae, so any other example executable was never compiled in CI. That is exactly how example/MnistExperiment (#235) and the legacy v1 trainers rotted against API changes unnoticed — nothing built them. Building all means any example that fails to compile now fails CI.

Note

Rot-guard completing the examples-cleanup series (#249 delete legacy, #250 Issue C init, #251 v1/v2 consolidation). Compilation needs no data, so it runs before the data-dependent bit-parity steps with no extra setup.

🤖 Generated with Claude Code

…guard)

The bit-parity job built only the two named example targets, so any other example executable was never compiled in CI - exactly how example/MnistExperiment (#235) and the legacy v1 trainers rotted unnoticed. Build the default 'all' target instead; a future example that fails to compile now fails CI.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@LeoBuron LeoBuron merged commit ef3bc00 into develop Jun 26, 2026
8 checks passed
@LeoBuron LeoBuron deleted the examples-ci-build-all-guard branch June 26, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant