File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3838 strategy :
3939 matrix :
4040 arch : [ x64 ]
41- os : [ windows-2019, windows-2022, macos-12, macos- 13 ]
41+ os : [ windows-2019, windows-2022, macos-13 ]
4242 tfm : [ net472, net8.0, net9.0 ]
4343 exclude :
44- - os : macos-12
45- tfm : net472
4644 - os : macos-13
4745 tfm : net472
4846 include :
10098 run : |
10199 git_command="git config --global --add safe.directory /app"
102100 test_command="dotnet test LibGit2Sharp.sln --configuration Release -p:TargetFrameworks=${{ matrix.tfm }} --logger "GitHubActions" -p:ExtraDefine=LEAKS_IDENTIFYING"
103- docker run -t --rm --platform linux/${{ matrix.arch }} -v "$PWD:/app" gittools/build-images:${{ matrix.distro }}-sdk-${{ matrix.sdk }} sh -c "$git_command && $test_command"
101+ docker run -t --rm --platform linux/${{ matrix.arch }} -v "$PWD:/app" -e OPENSSL_ENABLE_SHA1_SIGNATURES=1 gittools/build-images:${{ matrix.distro }}-sdk-${{ matrix.sdk }} sh -c "$git_command && $test_command"
104102
You can’t perform that action at this time.
0 commit comments