File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 4242# ############################################
4343
4444sudo cp -r " $repo_root_dir " /src miniroot/src
45- sudo cp -r " $repo_root_dir " /patches miniroot/patches
4645
4746sudo mount -o bind /dev miniroot/dev
4847sudo mount -t proc none miniroot/proc
Original file line number Diff line number Diff line change @@ -12,17 +12,12 @@ cleanup() {
1212}
1313trap cleanup EXIT
1414
15- # store current file's path
16- # needed to determine the path of the patches
17- this_dir=" $( readlink -f " $( dirname " ${BASH_SOURCE[0]} " ) " ) "
18-
1915cd " $tmpdir "
2016
2117wget https://github.com/libfuse/libfuse/releases/download/fuse-3.15.0/fuse-3.15.0.tar.xz
2218echo " 70589cfd5e1cff7ccd6ac91c86c01be340b227285c5e200baa284e401eea2ca0 fuse-3.15.0.tar.xz" | sha256sum -c -
2319tar xf fuse-3.* .tar.xz
2420pushd fuse-3* /
25- # patch -p1 < "$this_dir"/../../patches/libfuse/mount.c.diff
2621mkdir build
2722cd build
2823meson setup --prefix=/usr ..
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ RUN apk add --no-cache \
88 zstd-dev zstd-static zlib-dev zlib-static # fuse3-dev fuse3-static fuse-static fuse-dev
99
1010COPY scripts/common/install-dependencies.sh /tmp/scripts/common/install-dependencies.sh
11- COPY patches/ /tmp/patches/
1211
1312WORKDIR /tmp
1413RUN bash scripts/common/install-dependencies.sh
You can’t perform that action at this time.
0 commit comments