@@ -27,111 +27,46 @@ ntp_service: {
27
27
}
28
28
29
29
common_packages : [
30
- <<<<<<< HEAD
31
- ' automake,bash,libtool,sudo' ,
32
- =======
33
- ' automake' ,
34
- ' bash' ,
35
- ' libtool' ,
36
- >>>>>>> Initial macOS ansible scripts
30
+ ' automake,bash,libtool' ,
37
31
]
38
32
39
33
# you can either add os family or os to this list (see smartos)
40
34
# but the playbook chooses os over family - not both
41
35
packages : {
42
- <<<<<<< HEAD
43
36
centos6_x64 : ['centos-release-scl'], # only available on x86_64, 32-bit is from https://copr.fedorainfracloud.org/coprs/mlampe
44
37
centos6 : [
45
- ' ccache,git2u,gcc-c++,devtoolset-6' , # even need gcc on centos6 so ccache has symlinks
46
- =======
47
- alpine : [
48
- ' autoconf' ,
49
- ' ccache' ,
50
- ' g++' ,
51
- ' gcc' ,
52
- ' git' ,
53
- ' linux-headers' ,
54
- ' m4' ,
55
- ' make' ,
56
- ' procps' ,
57
- ' xz' ,
58
- ' sudo' ,
59
- ],
60
-
61
- centos : [
62
- ' ccache' ,
63
- ' git' ,
64
- ' sudo' ,
65
- >>>>>>> Initial macOS ansible scripts
38
+ ' ccache,git2u,gcc-c++,devtoolset-6,sudo' , # even need gcc on centos6 so ccache has symlinks
66
39
],
67
40
68
41
centos7_arm64 : ['git'], # git2u not available for aarch64 (yet)
69
- centos7_x64 : ['git2u','centos-release-scl'], # centos-release-scl is required to enable SCLo
42
+ centos7_x64 : ['git2u','centos-release-scl', ], # centos-release-scl is required to enable SCLo
70
43
# but we do it manually in partials/repo/centos7.yml for arm64
71
44
centos7 : [
72
- <<<<<<< HEAD
73
- ' ccache,gcc-c++,devtoolset-6' ,
45
+ ' ccache,gcc-c++,devtoolset-6,sudo' ,
74
46
],
75
47
76
48
debian7 : [
77
- ' gcc-4.8,g++-4.8' ,
49
+ ' gcc-4.8,g++-4.8,sudo ' ,
78
50
],
79
51
80
52
debian8 : [
81
- ' ccache,git,gcc-4.9,g++-4.9,libfontconfig1' ,
53
+ ' ccache,git,gcc-4.9,g++-4.9,libfontconfig1,sudo ' ,
82
54
],
83
55
84
56
debian9 : [
85
- ' gcc-6,g++-6,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates' ,
57
+ ' gcc-6,g++-6,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo ' ,
86
58
],
87
59
88
60
fedora : [
89
- ' bzip2,ccache,gcc-c++,git,fontconfig' ,
61
+ ' bzip2,ccache,gcc-c++,git,fontconfig,sudo ' ,
90
62
],
91
63
92
64
freebsd : [
93
- ' ccache,git,gmake'
94
- =======
95
- ' gcc-c++' ,
96
- ' sudo' ,
97
- ],
98
-
99
- debian7 : [
100
- ' gcc-4.8' ,
101
- ' g++-4.8' ,
102
- ' sudo' ,
103
- ],
104
-
105
- debian8 : [
106
- ' ccache' ,
107
- ' git' ,
108
- ' libfontconfig1' ,
109
- ' sudo' ,
110
- ],
111
-
112
- fedora : [
113
- ' ccache' ,
114
- ' gcc-c++' ,
115
- ' git' ,
116
- ' fontconfig' ,
117
- ' sudo' ,
118
- ],
119
-
120
- freebsd : [
121
- ' ccache' ,
122
- ' git' ,
123
- ' gmake' ,
124
- ' sudo' ,
125
- ],
126
-
127
- macos : [
128
- ' curl' ,
129
- ' python2' ,
130
- >>>>>>> Initial macOS ansible scripts
65
+ ' ccache,git,gmake,sudo'
131
66
],
132
67
133
68
rhel72 : [
134
- ' gcc-c++' ,
69
+ ' gcc-c++,sudo ' ,
135
70
],
136
71
137
72
smartos : [
@@ -149,21 +84,11 @@ packages: {
149
84
150
85
smartos15 : [
151
86
' gcc49' ,
152
- <<<<<<< HEAD
153
87
' gcc49-libs'
154
- =======
155
- ' gcc49-libs' ,
156
- ' gccmakedep' ,
157
- ' git' ,
158
- ' gmake' ,
159
- ' xz' ,
160
- ' sudo' ,
161
- >>>>>>> Initial macOS ansible scripts
162
88
],
163
89
164
90
smartos16 : [
165
91
' gcc49' ,
166
- <<<<<<< HEAD
167
92
' gcc49-libs'
168
93
],
169
94
@@ -172,24 +97,7 @@ packages: {
172
97
],
173
98
174
99
ubuntu : [
175
- ' ccache,g++,gcc,git,libfontconfig1' ,
176
- =======
177
- ' gcc49-libs' ,
178
- ' gccmakedep' ,
179
- ' git' ,
180
- ' gmake' ,
181
- ' xz' ,
182
- ' sudo' ,
183
- ],
184
-
185
- ubuntu : [
186
- ' ccache' ,
187
- ' g++' ,
188
- ' gcc' ,
189
- ' git' ,
190
- ' libfontconfig1' ,
191
- ' sudo' ,
192
- >>>>>>> Initial macOS ansible scripts
100
+ ' ccache,g++,gcc,git,libfontconfig1,sudo' ,
193
101
],
194
102
195
103
ubuntu1404 : [
0 commit comments