Files
Fabiano Fidêncio ff33fc2006 ci: keep ORAS installer stdout from polluting tarball paths
When ORAS is not preinstalled, install_oras.sh status messages leak into
the command substitution that captures the cached gperf path, so the
file check fails and CI falls back to a flaky upstream curl that often
times out (exit 28). Redirect installer output to stderr, and harden the
direct-download fallbacks with retries and timeouts.

Fixes: #13560

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-08-07 14:11:07 +02:00
..