We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff5c5c commit e580076Copy full SHA for e580076
storage/multipath-tools/patches/disable-exception-handling.patch
storage/multipath-tools/pkg.yaml
@@ -21,9 +21,6 @@ steps:
21
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml
22
- |
23
tar -xzf multipath-tools.tar.gz --strip-components=1
24
- # This removes a dependency on libgcc
25
- - |
26
- patch -p1 < /pkg/patches/disable-exception-handling.patch
27
build:
28
29
make -j $(nproc) prefix="/usr/local" \
@@ -37,7 +34,8 @@ steps:
37
34
SYSTEMD=""
38
35
install:
39
36
40
- mkdir -p /rootfs/usr/local/lib/containers/multipathd/
+ mkdir -p /rootfs/usr/local/lib/containers/multipathd/ /rootfs/usr/local/lib/
+ cp /usr/lib/libgcc_s.so.1 /rootfs/usr/local/lib/
41
make prefix="/usr/local" DESTDIR=/rootfs LIB=lib install
42
43
mkdir -p /rootfs/usr/local/etc/containers
0 commit comments