From 61e81c07dcfd7e671d004a300a9cfdff68a052f1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 16 Aug 2024 14:30:57 -0500 Subject: bootstrap/rusts: Don't check after all It wastes about 10-15 minutes per build. The tests will fail virtually everywhere until the late 70s (~76 for x86_64, ~78 for ppc64) anyway. I had originally thought it would be good to have a list of the failures present in logs in case we had other failures, but if we do we can always run them ourselves. No reason to waste hours of machine time for test results we throw away anyway. --- bootstrap/rust-1.65/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/rust-1.65/APKBUILD') diff --git a/bootstrap/rust-1.65/APKBUILD b/bootstrap/rust-1.65/APKBUILD index d76a46a40..673e5a035 100644 --- a/bootstrap/rust-1.65/APKBUILD +++ b/bootstrap/rust-1.65/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="The Rust Programming Language" url="https://www.rust-lang.org" arch="all" -#options="!check" # Failures on aarch64 and ppc64. +options="!check" # Failures on aarch64 and ppc64. license="(Apache-2.0 OR MIT) AND (NCSA OR MIT) AND BSD-2-Clause AND BSD-3-Clause" depends="$pkgname-std=$pkgver-r$pkgrel gcc musl-dev" makedepends=" -- cgit v1.2.3-70-g09d2