summarylogtreecommitdiffstats
path: root/0001-arch-aur-pachtes.patch
blob: 297a5517ef38773032d6ab1934d4093c42413da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
From 9bbddd5714e13bde1f918dc8f6ccef33396f8b4a 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 | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/utils/build-presets.ini b/utils/build-presets.ini
index dc3826f228a..ff2523726c8 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -726,10 +726,8 @@ llbuild
 swiftpm
 swift-driver
 xctest
-libicu
 libcxx
 
-build-ninja
 install-llvm
 install-swift
 install-lldb
@@ -737,8 +735,7 @@ install-llbuild
 install-swiftpm
 install-swift-driver
 install-xctest
-install-libicu
-install-prefix=/usr
+install-prefix=/usr/lib/swift-git
 install-libcxx
 install-sourcekit-lsp
 build-swift-static-stdlib
@@ -750,14 +747,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.
-installable-package=%(installable_package)s
 
 [preset: buildbot_linux]
 mixin-preset=mixin_linux_installation
-- 
2.28.0