From 6c834579bf8307859a10bd64ad94173543b86401 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Aug 2024 14:32:45 +0200 Subject: [PATCH 1/2] Try to fix xlifftasks problem in CI --- src/Compiler/FSharp.Compiler.Service.fsproj | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/Compiler/FSharp.Compiler.Service.fsproj b/src/Compiler/FSharp.Compiler.Service.fsproj index 98a0bc2b5eb..0e22485e9bf 100644 --- a/src/Compiler/FSharp.Compiler.Service.fsproj +++ b/src/Compiler/FSharp.Compiler.Service.fsproj @@ -14,14 +14,11 @@ true $(DefineConstants);COMPILER true - - $(FSharpNetCoreProductDefaultTargetFramework);$(TargetFrameworks) + + $(FSharpNetCoreProductDefaultTargetFramework);$(TargetFrameworks) $(DefineConstants);FSHARPCORE_USE_PACKAGE $(OtherFlags) --extraoptimizationloops:1 From 3ba3f0f70b7a16225f58192f109ebe3ca650d2e8 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Aug 2024 14:34:11 +0200 Subject: [PATCH 2/2] Update azure-pipelines-PR.yml --- azure-pipelines-PR.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 243fcf8eab7..f182f8b9e10 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -553,8 +553,6 @@ stages: - checkout: self clean: true - script: ./eng/cibuild.sh --configuration $(_BuildConfig) --testcoreclr - env: - SKIP_NETCURRENT_FSC_BUILD: true displayName: Build / Test - task: PublishTestResults@2 displayName: Publish Test Results @@ -597,7 +595,6 @@ stages: - script: ./eng/cibuild.sh --configuration $(_BuildConfig) --testcoreclr env: COMPlus_DefaultStackSize: 1000000 - SKIP_NETCURRENT_FSC_BUILD: true displayName: Build / Test - task: PublishTestResults@2 displayName: Publish Test Results