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-02 22:41:43 +0300
committerGitHub <noreply@github.com>2019-04-02 22:41:43 +0300
commit02946b7cedb79c01da04d200564d864a17659d42 (patch)
tree638f74ac3cdb8a86e7905c2e89ae773a7a2bb86b /packaging
parent688ac23fb69edb61995369d162b90b1bfc73ebb3 (diff)
[bcl] Fix compiling nunitlite when PARENT_PROFILE is defined (#13791)
In this case we relied on nunitlite to be compiled when the parent profile is compiled. That doesn't work however if we compile the child profile first (e.g. during a parallel make) since it'll complain about missing nunitlite.dll. We now compile nunitlite in the child profiles too even though we don't use it. This is an alternative solution to what I tried in https://github.com/mono/mono/pull/5357 since I couldn't get it to work and this should be the easier fix. It allows us to finally remove the `-i` (ignore errors) from the CI scripts and catch test assembly breakages in mobile profiles which we ignored before.
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions