summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-10-08 14:40:19 +0200
committersoloturn2020-10-08 14:40:19 +0200
commit4024ecaeeda20b406102298a1e0fd1bcef5f4fe9 (patch)
tree504bb75c3ccb98bc957ed043b0c51411bd2bca42
parent6cd53ceb0230a13af8188742089bc7c2f3f98fe0 (diff)
downloadaur-4024ecaeeda20b406102298a1e0fd1bcef5f4fe9.tar.gz
switch off benchmark tests, which do not run outside /usr
-rw-r--r--0001-arch-aur-pachtes.patch19
1 files changed, 14 insertions, 5 deletions
diff --git a/0001-arch-aur-pachtes.patch b/0001-arch-aur-pachtes.patch
index 768b455b02f4..9c0896d4c6b2 100644
--- a/0001-arch-aur-pachtes.patch
+++ b/0001-arch-aur-pachtes.patch
@@ -1,14 +1,14 @@
-From cb1d8f4bbca9c91c3c37a43553ee236a2370ffea Mon Sep 17 00:00:00 2001
+From 78170848a4679dfe807768bba7638798498a2ab9 Mon Sep 17 00:00:00 2001
From: soloturn <soloturn@gmail.com>
Date: Sat, 1 Aug 2020 16:21:07 +0200
Subject: [PATCH] arch aur pachtes
---
- utils/build-presets.ini | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
+ utils/build-presets.ini | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/utils/build-presets.ini b/utils/build-presets.ini
-index 7d9a5c264c8..69d17512110 100644
+index 7d9a5c264c8..5dcadf391c3 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -783,12 +783,10 @@ llbuild
@@ -34,7 +34,16 @@ index 7d9a5c264c8..69d17512110 100644
install-libcxx
install-sourcekit-lsp
build-swift-static-stdlib
-@@ -816,7 +813,6 @@ toolchain-benchmarks
+@@ -809,14 +806,13 @@ build-swift-stdlib-unittest-extra
+
+ test-installable-package
+
+-# Build the benchmarks against the toolchain.
+-toolchain-benchmarks
++# does not work outside /usr, Build the benchmarks against the toolchain.
++# toolchain-benchmarks
+
+ # Path to the root of the installation filesystem.
install-destdir=%(install_destdir)s
# Path to the .tar.gz package we would create.