Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-04-09 21:44:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-04-09 21:44:43 +0300
commitc3541fc543666d7fe19d2df884d9f1e0e1c70a35 (patch)
treebf989eddfff4026062d75011f33054f623d1d969 /mcs/tools/nunit-lite
parent430307e24ba62668a54a77216f6a80b460067307 (diff)
[nunit-lite] Use .NOTPARALLEL to possibly fix some races
We're seeing occasional build errors on CI that seem to be some kind of race when compiling nunit-lite and nunit-lite-console.
Diffstat (limited to 'mcs/tools/nunit-lite')
-rw-r--r--mcs/tools/nunit-lite/Makefile2
-rw-r--r--mcs/tools/nunit-lite/NUnitLite/Makefile1
-rw-r--r--mcs/tools/nunit-lite/nunit-lite-console/Makefile1
3 files changed, 4 insertions, 0 deletions
diff --git a/mcs/tools/nunit-lite/Makefile b/mcs/tools/nunit-lite/Makefile
index 078a7ebdc0e..0ce257c609a 100644
--- a/mcs/tools/nunit-lite/Makefile
+++ b/mcs/tools/nunit-lite/Makefile
@@ -2,5 +2,7 @@ thisdir = tools/nunit-lite
SUBDIRS = NUnitLite nunit-lite-console
include ../../build/rules.make
+.NOTPARALLEL:
+
all-local-aot:
diff --git a/mcs/tools/nunit-lite/NUnitLite/Makefile b/mcs/tools/nunit-lite/NUnitLite/Makefile
index bd46eab603e..dff2976dd6d 100644
--- a/mcs/tools/nunit-lite/NUnitLite/Makefile
+++ b/mcs/tools/nunit-lite/NUnitLite/Makefile
@@ -13,3 +13,4 @@ NO_INSTALL = yes
include ../../../build/library.make
+.NOTPARALLEL:
diff --git a/mcs/tools/nunit-lite/nunit-lite-console/Makefile b/mcs/tools/nunit-lite/nunit-lite-console/Makefile
index 81a3648150c..cd464f7ee95 100644
--- a/mcs/tools/nunit-lite/nunit-lite-console/Makefile
+++ b/mcs/tools/nunit-lite/nunit-lite-console/Makefile
@@ -10,3 +10,4 @@ NO_INSTALL = yes
include ../../../build/executable.make
+.NOTPARALLEL: