From 6d3cefb110000aa822001303a51ee45a6d7ac941 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.70/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/rust-1.70') diff --git a/bootstrap/rust-1.70/APKBUILD b/bootstrap/rust-1.70/APKBUILD index 5111cc37f..1e9ea02a0 100644 --- a/bootstrap/rust-1.70/APKBUILD +++ b/bootstrap/rust-1.70/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