This repository was archived by the owner on Mar 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +63
-1
lines changed
Expand file tree Collapse file tree 1 file changed +63
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,30 @@ packages:
1212 - make
1313 deps :
1414 - python
15+ centos7.0 :
16+ builddeps :
17+ - make
18+ deps :
19+ - python
20+ commands :
21+ pre :
22+ - yum install epel-release
23+ centos7.1 :
24+ builddeps :
25+ - make
26+ deps :
27+ - python
28+ commands :
29+ pre :
30+ - yum install epel-release
31+ centos7.2 :
32+ builddeps :
33+ - make
34+ deps :
35+ - python
36+ commands :
37+ pre :
38+ - yum install epel-release
1539 centos7.3 :
1640 builddeps :
1741 - make
@@ -20,11 +44,29 @@ packages:
2044 commands :
2145 pre :
2246 - yum install epel-release
47+ centos7.4 :
48+ builddeps :
49+ - make
50+ deps :
51+ - python
52+ commands :
53+ pre :
54+ - yum install epel-release
55+ debian8 :
56+ builddeps :
57+ - make
58+ deps :
59+ - python3
2360 debian9 :
2461 builddeps :
2562 - make
2663 deps :
2764 - python3
65+ fedora25 :
66+ builddeps :
67+ - make
68+ deps :
69+ - python3
2870 fedora26 :
2971 builddeps :
3072 - make
@@ -35,17 +77,37 @@ packages:
3577 - make
3678 deps :
3779 - python3
80+ fedora28 :
81+ builddeps :
82+ - make
83+ deps :
84+ - python3
85+ opensuse42.1 :
86+ builddeps :
87+ - make
88+ deps :
89+ - python3
90+ opensuse42.2 :
91+ builddeps :
92+ - make
93+ deps :
94+ - python3
3895 opensuse42.3 :
3996 builddeps :
4097 - make
4198 deps :
4299 - python3
100+ ubuntu14.04 :
101+ builddeps :
102+ - make
103+ deps :
104+ - python3
43105 ubuntu16.04 :
44106 builddeps :
45107 - make
46108 deps :
47109 - python3
48- ubuntu17.10 :
110+ ubuntu18.04 :
49111 builddeps :
50112 - make
51113 deps :
You can’t perform that action at this time.
0 commit comments