1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/dotnet31-bootstrap/build_ignore-warnings.patch
2022-02-23 09:06:44 +00:00

26 lines
1 KiB
Diff

From 764e5310c8059931cd542c5cdc869972d3520696 Mon Sep 17 00:00:00 2001
From: Antoine Martin <dev@ayakael.net>
Date: Mon, 10 Jan 2022 23:21:55 +0000
Subject: [PATCH 1/1] ignore warnings
Ignore warnings during build of coreclr
---
repos/coreclr.common.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/repos/coreclr.common.props b/repos/coreclr.common.props
index 8e4137d8..2b0a459a 100644
--- a/repos/coreclr.common.props
+++ b/repos/coreclr.common.props
@@ -2,7 +2,7 @@
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
- <BuildArguments>$(Platform) $(Configuration) skiptests</BuildArguments>
+ <BuildArguments>$(Platform) $(Configuration) skiptests ignorewarnings</BuildArguments>
<BuildArguments Condition="'$(OS)' != 'Windows_NT'">$(BuildArguments) -ignoreWarnings</BuildArguments>
<BuildArguments>$(BuildArguments) -skipmanagedtools</BuildArguments>
<BuildArguments Condition="'$(OS)' != 'Windows_NT'">$(BuildArguments) -skiprestore</BuildArguments>
--
2.34.1