-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
Fedora.yml
140 lines (126 loc) · 3.78 KB
/
Fedora.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
##########
# RedHat #
##########
# Command Build Tool Packages
Build_Tool_Packages:
- alsa-lib-devel
- autoconf
- bind-utils
- bison # OpenJ9
- bzip2
- ca-certificates
- capstone-devel
- cpio
- curl
- cups-devel
- elfutils-libelf-devel
- flex # OpenJ9
- fontconfig-devel
- freetype-devel
- gnupg
- gcc
- gcc-c++
- gettext
- glibc
- glibc-common
- glibc-devel
- gmp-devel
- gnutls
- gnutls-utils
- libcurl-devel
- libffi-devel
- libnss3.so
- libpng-devel
- libXext-devel
- libXi-devel # JDK12+ compilation
- libXrandr-devel # JDK12+ compilation
- libXrender-devel
- libXt-devel
- libXtst-devel
- make
- mesa-libGL-devel
- mpfr-devel
- nss-devel
- nss-tools
- openssl-devel
- perl-devel
- pkgconfig
- systemtap-sdt-devel
- unzip
- wget
- xz
- zip
Additional_Build_Tools_NOT_RHEL8:
- libdwarf-devel # now in CodeReady Linux Builder (CRB) repo
- libmpc-devel # now in CodeReady Linux Builder (CRB) repo
- ntp
Additional_Build_Tools_FEDORA35:
- glibc.i686 # a dependency required for executing a 32-bit C binary
- glibc-devel.i686 # a dependency required for executing a 32-bit C binary
- libstdc++.i686 # a dependency required for executing a 32-bit C binary
- libstdc++-static # a dependency required for executing a 32-bit C binary
- libdwarf-devel # now in CodeReady Linux Builder (CRB) repo
- libmpc-devel # now in CodeReady Linux Builder (CRB) repo
- glibc-locale-source
- glibc-langpack-ja # required for creating Japanese locales
- glibc-langpack-ko # required for creating Korean locales
- glibc-langpack-zh # required for creating Chinese locales
- git
- cmake
- ccache
- chrony
- openssl
Additional_Build_Tools_RHEL8:
- glibc-locale-source
- glibc-langpack-ja # required for creating Japanese locales
- glibc-langpack-ko # required for creating Korean locales
- glibc-langpack-zh # required for creating Chinese locales
- git
- cmake
- ccache
Additional_Build_Tools_RHEL7:
- libstdc++-static
- ccache
Additional_Build_Tools_RHEL7_PPC64LE:
- libstdc++
Additional_Build_Tools_RHEL_x86:
- glibc.i686 # a dependency required for executing a 32-bit C binary
- glibc-devel.i686 # a dependency required for executing a 32-bit C binary
- libstdc++.i686 # a dependency required for executing a 32-bit C binary
Additional_Build_Tools_RHEL_ppc64:
- glibc.ppc # a dependency required for executing a 32-bit C binary
- glibc-devel.ppc # a dependency required for executing a 32-bit C binary
- libstdc++.ppc # a dependency required for executing a 32-bit C binary
Additional_Build_Tools_RHEL_s390x:
- glibc.s390 # a dependency required for executing a 32-bit C binary
- glibc-devel.s390 # a dependency required for executing a 32-bit C binary
- libstdc++.s390 # a dependency required for executing a 32-bit C binary
Java_RHEL8:
- java-1.8.0-openjdk-devel
Java_FED35:
- java-1.8.0-openjdk-devel
Java_NOT_RHEL6_PPC64: # Not RHEL8 either
- java-1.7.0-openjdk-devel
- java-1.8.0-openjdk-devel
Java_RHEL6_PPC64:
- java-1.7.0-ibm-devel
- java-1.8.0-ibm-devel
Test_Tool_Packages:
- acl
- perl
- perl-Digest-SHA
- perl-Time-HiRes
- perl-Test-Simple
- xorg-x11-xauth
- xorg-x11-server-Xvfb
- zlib-devel
- perl-devel
- expat-devel
- libcurl-devel
- mercurial
- gnutls
- gnutls-utils
- libnss3.so
- nss-devel
- nss-tools