summaryrefslogtreecommitdiff
path: root/src/stage4/patches/ninja.patch
blob: 146edbd832182f76e80d09edfb6ff49e8bcb861d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/PKGBUILD	2018-03-27 19:55:50.890298523 +0200
+++ b/PKGBUILD	2018-03-27 20:42:24.594821191 +0200
@@ -23,14 +23,6 @@ build() {
   emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
 }
 
-check() {
-  cd ninja-$pkgver
-
-  python2 ./configure.py
-  ./ninja ninja_test
-  ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
-}
-
 package() {
   cd ninja-$pkgver