@@ -46,38 +46,37 @@ jobs:
46
46
- platform : ' ubuntu-latest'
47
47
container : ' ghcr.io/libgit2/libgit2/bionic-x86:latest'
48
48
qemu : true
49
- env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin', LEAK_CHECK: 'valgrind' }
49
+ env : { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin', LEAK_CHECK: 'valgrind' }
50
50
51
51
# Linux (x86, Bionic, clang, OpenSSL)
52
52
- platform : ' ubuntu-latest'
53
53
container : ' ghcr.io/libgit2/libgit2/bionic-x86:latest'
54
54
qemu : true
55
- env : { CC: 'clang', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=iconv', LEAK_CHECK: 'valgrind' }
55
+ env : { CC: 'clang', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=iconv', LEAK_CHECK: 'valgrind' }
56
56
57
57
# Linux (arm32, Bionic, gcc, OpenSSL)
58
58
- platform : ' ubuntu-latest'
59
59
container : ' ghcr.io/libgit2/libgit2/bionic-arm32:latest'
60
60
qemu : true
61
- env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin' }
61
+ env : { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin' }
62
62
63
63
# Linux (arm32, Bionic, gcc, OpenSSL Dynamic)
64
64
- platform : ' ubuntu-latest'
65
65
container : ' ghcr.io/libgit2/libgit2/bionic-arm32:latest'
66
66
qemu : true
67
- env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin' }
68
-
67
+ env : { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin' }
69
68
70
69
# Linux (arm64, Bionic, gcc, OpenSSL)
71
70
- platform : ' ubuntu-latest'
72
71
container : ' ghcr.io/libgit2/libgit2/bionic-arm64:latest'
73
72
qemu : true
74
- env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin' }
73
+ env : { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin' }
75
74
76
75
# Linux (arm64, Bionic, gcc, OpenSSL Dynamic)
77
76
- platform : ' ubuntu-latest'
78
77
container : ' ghcr.io/libgit2/libgit2/bionic-arm64:latest'
79
78
qemu : true
80
- env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin' }
79
+ env : { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin' }
81
80
82
81
# Linux (amd64, CentOS 7, gcc, OpenSSL)
83
82
- platform : ' ubuntu-latest'
@@ -103,7 +102,6 @@ jobs:
103
102
qemu : true
104
103
env : { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl-dynamic -DUNICODE=builtin' }
105
104
106
-
107
105
# macOS
108
106
- platform : ' macos-latest'
109
107
container : ' '
0 commit comments