-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathRedHat.yml
127 lines (114 loc) · 3.38 KB
/
RedHat.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
---
##########
# RedHat #
##########
# Command Build Tool Packages
Build_Tool_Packages:
- alsa-lib-devel
- autoconf
- bind-utils
- bison # OpenJ9
- bzip2
- ca-certificates
- cpio
- curl
- cups-devel
- elfutils-libelf-devel
- file
- flex # OpenJ9
- fontconfig-devel
- freetype-devel
- gnupg
- gnutls
- gnutls-utils
- gcc
- gcc-c++
- gettext
- glibc
- glibc-common
- glibc-devel
- gmp-devel
- libcurl-devel
- libffi-devel
- 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
- patch # For DevKit creation that runs "patch"
- perl-devel
- perl-IPC-Cmd # required for openssl v3 compiles
- pkgconfig
- strace # For SBOM dependency analysis
- systemtap-sdt-devel
- texinfo # For DevKit creation (binutils build)
- 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 # in RHEL8, ntp package is replaced by chrony
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
Additional_Build_Tools_RHEL7:
- libstdc++-static
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
- libnss3.so
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_RHEL7_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
- yum-utils # yumdownloader required for devkit creation
Java_RHEL8:
- 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
- zlib-devel
- perl-devel
- expat-devel
- libcurl-devel
- mercurial
- gnutls
- gnutls-utils
- shared-mime-info
- nss-devel
- nss-tools
Additional_Test_Tool_Packages_Wayland:
- weston
- wayland-utils
- xorg-x11-server-Xwayland