Speedup pre-release CI runs (#1804)

This commit is contained in:
Solomon
2026-01-06 15:58:10 +00:00
committed by GitHub
parent edef39c3fb
commit 0f3ee560f3
15 changed files with 548 additions and 1171 deletions

View File

@@ -100,6 +100,11 @@ fn create_spinner(message: &str) -> ProgressBar {
#[tokio::main]
async fn main() -> Result<()> {
// Install rustls crypto provider before any TLS operations
rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.expect("Failed to install rustls crypto provider");
let args = Args::parse();
// Initialize tracing