Commit 3f1831a
authored
chore(ci): drop dead publish-native-libs.yml workflow (#36)
Predates the F-12 immutable-native-tag work. Produced the mutable
\`native-v\${BASE}\` release (no BUILD suffix) that no consumer reads:
- Rust binding's \`build.rs\` verifies against \`native-v\${BASE}.\${BUILD}\`
tags authored by publish-rust.yml's inline native-libs job, per the
SHA-256 manifest that ships inside the crate.
- Go binding bundles \`.a\` files at its \`bindings/go/v*\` tag commit; no
GitHub Release involvement.
- Kotlin builds its own JNI libs in publish-kotlin.yml.
- Swift builds its own xcframework in build-xcframework.yml.
The last artefact the mutable release produced was on 2026-07-30 at
13:16 (release-all run 30545836623) and nothing has fetched it since.
Also removed the corresponding job from release-all.yml.
The orphaned \`native-v0.0.1-alpha\` GitHub Release and tag will be
deleted in a separate step (destructive, doing it via gh CLI once user
confirms).1 parent 136eedd commit 3f1831a
2 files changed
Lines changed: 3 additions & 131 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
0 commit comments