fix(ci): remove weekly MSRV release run
This commit is contained in:
@@ -89,10 +89,10 @@
|
||||
},
|
||||
{
|
||||
"workflow": "release-matrix.yml",
|
||||
"responsibility": "MSRV, default, minimal, features, release profiles, and portable cross-target checks",
|
||||
"responsibility": "Default, minimal, features, release profiles, and portable cross-target checks",
|
||||
"destination": "split",
|
||||
"checks": ["minimal-features", "jpeg2000", "rust-j2k", "skia-binary", "msrv", "portable-cross-targets", "release-profile"],
|
||||
"rationale": "Fast feature isolation remains required; clean MSRV, cross-target, and release-profile builds run non-routinely."
|
||||
"checks": ["minimal-features", "jpeg2000", "rust-j2k", "skia-binary", "portable-cross-targets", "release-profile"],
|
||||
"rationale": "Fast feature isolation remains required; cross-target and release-profile builds run non-routinely."
|
||||
},
|
||||
{
|
||||
"workflow": "rust-workspace.yml",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"msrv": "1.96.0",
|
||||
"current": "stable",
|
||||
"reviewed_on": "2026-08-13",
|
||||
"review_by": "2026-11-11",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"msrv": "1.96.0",
|
||||
"current": "stable",
|
||||
"native_prerequisites": [
|
||||
{
|
||||
@@ -35,26 +34,6 @@
|
||||
"Proprietary services, credentials, and redistributable platform packages are never inferred or downloaded by the matrix."
|
||||
],
|
||||
"profiles": [
|
||||
{
|
||||
"id": "linux-msrv-portable",
|
||||
"platform": "linux",
|
||||
"host": "ubuntu-latest",
|
||||
"execution": "native",
|
||||
"toolchain": "1.96.0",
|
||||
"target": "x86_64-unknown-linux-gnu",
|
||||
"feature_sets": ["no-default-features", "rust-j2k", "rust-skia"],
|
||||
"prerequisites": ["libopus-1.3"],
|
||||
"commands": [
|
||||
{
|
||||
"label": "Compile the portable public crates on the declared MSRV",
|
||||
"args": ["check", "--locked", "-j", "1", "--all-targets", "--no-default-features", "--features", "libremetaverse-imaging/rust-j2k,libremetaverse-imaging-skia/rust-skia", "-p", "libremetaverse-types", "-p", "libremetaverse-structured-data", "-p", "libremetaverse-imaging", "-p", "libremetaverse-imaging-skia", "-p", "libremetaverse-prim-mesher", "-p", "libremetaverse-lsl-tools", "-p", "libremetaverse-rlv", "-p", "metacrate-ci-matrix"]
|
||||
},
|
||||
{
|
||||
"label": "Compile the safe native Opus boundary and WebRTC voice on the declared MSRV",
|
||||
"args": ["check", "--locked", "-j", "1", "--all-targets", "--no-default-features", "-p", "libremetaverse-opus", "-p", "libremetaverse-voice-webrtc"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "linux-stable-default",
|
||||
"platform": "linux",
|
||||
|
||||
Reference in New Issue
Block a user