From 88bdda8c9a458c732cdc7e52fdadd66de5367de0 Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Sun, 31 Aug 2025 10:55:21 +0800 Subject: [PATCH] . --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index 5c94c650c..db6597c56 100644 --- a/Cross.toml +++ b/Cross.toml @@ -2,7 +2,7 @@ pre-build = [ # Use HTTPS for package sources "apt-get update && apt-get install --assume-yes --no-install-recommends ca-certificates", - "find /etc/apt/ -type f \\( -name '*.list' -o -name '*.sources' \\) -exec sed -i 's|http://|https://|g' {} +", + # "find /etc/apt/ -type f \\( -name '*.list' -o -name '*.sources' \\) -exec sed -i 's|http://|https://|g' {} +", # Configure APT retries and timeouts to handle network issues "echo 'Acquire::Retries \"3\";' > /etc/apt/apt.conf.d/80-retries",