File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 38
38
strategy :
39
39
matrix :
40
40
arch : [ x64 ]
41
- os : [ windows-2019, windows-2022, macos-12, macos- 13 ]
41
+ os : [ windows-2019, windows-2022, macos-13 ]
42
42
tfm : [ net472, net8.0, net9.0 ]
43
43
exclude :
44
- - os : macos-12
45
- tfm : net472
46
44
- os : macos-13
47
45
tfm : net472
48
46
include :
100
98
run : |
101
99
git_command="git config --global --add safe.directory /app"
102
100
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"
104
102
You can’t perform that action at this time.
0 commit comments