File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
9
export HOST=i686-pc-linux-gnu
10
10
export CONTAINER_NAME=ci_i686_centos
11
11
export CI_IMAGE_NAME_TAG=" quay.io/centos/amd64:stream9"
12
- export CI_BASE_PACKAGES=" gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux e2fsprogs cmake"
12
+ export CI_BASE_PACKAGES=" gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison e2fsprogs cmake"
13
13
export PIP_PACKAGES=" pyzmq"
14
14
export GOAL=" install"
15
15
export NO_WERROR=1 # Suppress error: #warning _FORTIFY_SOURCE > 2 is treated like 2 on this platform [-Werror=cpp]
Original file line number Diff line number Diff line change 10
10
(gnu packages gawk)
11
11
(gnu packages gcc)
12
12
((gnu packages installers) #:select (nsis-x86_64))
13
- ((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux ))
13
+ ((gnu packages linux) #:select (linux-libre-headers-6.1))
14
14
(gnu packages llvm)
15
15
(gnu packages mingw)
16
16
(gnu packages moreutils)
@@ -493,7 +493,6 @@ inspecting signatures in Mach-O binaries.")
493
493
bash-minimal
494
494
which
495
495
coreutils-minimal
496
- util-linux
497
496
; ; File(system) inspection
498
497
file
499
498
grep
You can’t perform that action at this time.
0 commit comments