Skip to content

Commit e580076

Browse files
committed
change to copy file libgcc_s.so.1 to node rootfs
1 parent fff5c5c commit e580076

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

storage/multipath-tools/patches/disable-exception-handling.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

storage/multipath-tools/pkg.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ steps:
2121
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml
2222
- |
2323
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
2724
build:
2825
- |
2926
make -j $(nproc) prefix="/usr/local" \
@@ -37,7 +34,8 @@ steps:
3734
SYSTEMD=""
3835
install:
3936
- |
40-
mkdir -p /rootfs/usr/local/lib/containers/multipathd/
37+
mkdir -p /rootfs/usr/local/lib/containers/multipathd/ /rootfs/usr/local/lib/
38+
cp /usr/lib/libgcc_s.so.1 /rootfs/usr/local/lib/
4139
make prefix="/usr/local" DESTDIR=/rootfs LIB=lib install
4240
- |
4341
mkdir -p /rootfs/usr/local/etc/containers

0 commit comments

Comments
 (0)