Skip to content

Commit b9c07f0

Browse files
committed
hack: workaround FSharpPlus memoization pre dotnet#20247
1 parent b327126 commit b9c07f0

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

azure-pipelines-PR.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -750,26 +750,29 @@ stages:
750750
buildScript: dotnet build -bl
751751
displayName: UMX_Slow_Repro
752752
- repo: fsprojects/FSharpPlus
753-
commit: f614035b75922aba41ed6a36c2fc986a2171d2b8
753+
commit: b5a650a
754754
buildScript: build.cmd
755755
displayName: FSharpPlus_Windows
756756
- repo: fsprojects/FSharpPlus
757-
commit: f614035b75922aba41ed6a36c2fc986a2171d2b8
757+
commit: b5a650a
758758
buildScript: build.sh
759759
displayName: FSharpPlus_Linux
760760
useVmImage: $(LinuxMachineQueueName)
761761
usePool: $(DncEngPublicBuildPool)
762762
- repo: fsprojects/FSharpPlus
763-
commit: f73d335
763+
commit: b5a650a
764764
buildScript: dotnet build tests/FSharpPlus.Tests/FSharpPlus.Tests.fsproj -c Release -bl
765765
displayName: FsharpPlus_NET10_Build_Lib_Tests
766-
# remove this before merging
767-
- repo: fsprojects/FSharpPlus
768-
commit: b5a650a
766+
# TODO point this to the canonical fsprojects commit after merge of https://github.com/dotnet/fsharp/pull/20247
767+
# https://github.com/fsprojects/FSharpPlus/pull/682 - comments out failing SRTP related assertion
768+
- repo: bartelink/FSharpPlus
769+
commit: 0c633fd
769770
buildScript: dotnet msbuild build.proj -t:Build;Test -bl
770771
displayName: FsharpPlus_NET10_Test_Debug
771-
- repo: fsprojects/FSharpPlus
772-
commit: b5a650a
772+
# TODO point this to the canonical fsprojects commit after merge of https://github.com/dotnet/fsharp/pull/20247
773+
# https://github.com/fsprojects/FSharpPlus/pull/682 - comments out failing SRTP related assertion
774+
- repo: bartelink/FSharpPlus
775+
commit: 0c633fd
773776
buildScript: dotnet msbuild build.proj -t:Build;Test -p:Configuration=Release -bl
774777
displayName: FsharpPlus_NET10_Test_Release
775778
- repo: fsprojects/FSharpPlus

0 commit comments

Comments
 (0)