From 92cabb0cafee1d5b07276c055ddb563f89b5cd35 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Mon, 28 Nov 2022 12:47:48 +0100 Subject: [PATCH 1/2] Update ILLink.Substitutions.xml --- src/FSharp.Core/ILLink.Substitutions.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/FSharp.Core/ILLink.Substitutions.xml b/src/FSharp.Core/ILLink.Substitutions.xml index 42d44a0b4c4..c80892020c9 100644 --- a/src/FSharp.Core/ILLink.Substitutions.xml +++ b/src/FSharp.Core/ILLink.Substitutions.xml @@ -1,8 +1,11 @@ + - From cfd33ae758017a7d9e4e9dffa4a3012b794eff54 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Thu, 25 May 2023 17:01:17 +0200 Subject: [PATCH 2/2] Disable compressed trimming test --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0adeb83cb19..a6a23b2c9b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -628,8 +628,10 @@ stages: strategy: maxParallel: 2 matrix: - compressed_metadata: - _kind: "-compressAllMetadata" + # We've disabled trimming metadata for FSharp.Core, due to the issue in linker, when it produces the warning if resource does not exist. + # Publicly shipped FSHarp.Core (nuget) contains only uncompressed metadata. + #compressed_metadata: + # _kind: "-compressAllMetadata" classic_metadata: _kind: "" variables: