You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: test wolfSSL master + latest-stable everywhere via the resolver
_discover-versions.yml now emits wolfssl_ref_array=["master","<latest_stable>"]
instead of a single-element array. Every matrix consumer of that
output -- the 40 OSP workflows already use fromJson on it -- now
iterates both refs.
Wired wolfssl_ref into the matrix of the workflows that were still
using the singular `outputs.wolfssl_ref`:
- simple.yml: matrix gains wolfssl_ref (now 8 jobs / PR, was 4)
- cmdline.yml: matrix.wolfssl_ref switches from ['v5.8.4-stable']
to the array form, also adds a discover_versions job
- libtss2.yml: matrix.wolfssl_ref added; build step reads it
- sanitizers.yml: matrix added so ASan+UBSan exercises both refs
The singular `wolfssl_ref` output still resolves to latest-stable for
the few non-matrix consumers (none currently, but the API stays
backwards-compatible).
Nightly OSP now runs every OSP workflow with master AND latest-stable
in parallel, which is the load nightly was built to absorb.
0 commit comments