Skip to content

Commit 8e7d97a

Browse files
Copilotrolfbjarne
andcommitted
Skip xmllint XML validation on Linux (xmllint not available)
Co-authored-by: rolfbjarne <249268+rolfbjarne@users.noreply.github.com>
1 parent 17478cd commit 8e7d97a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

msbuild/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ endif
125125
##
126126

127127
# we must install locally during 'make all', because the F# build depends on the msbuild targets/assemblies.
128-
all-local:: $(MSBUILD_PRODUCTS) .stamp-test-xml
128+
all-local:: $(MSBUILD_PRODUCTS)
129+
ifndef IS_LINUX
130+
all-local:: .stamp-test-xml
131+
endif
129132

130133
# I haven't found a way to execute ilrepack.exe on .NET (it will probably have to be built for .NET), so run it using Mono.
131134

0 commit comments

Comments
 (0)