Skip to content

Commit

Permalink
Update integrated utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Nov 22, 2024
1 parent 121f35e commit 861fce5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
zstd libarchive libunwind google-glog gtest fmt gflags \
double-conversion cmake ruby-ronn libevent libdwarf git \
clang libsodium liburing libaio musl kernel-headers-musl utf8cpp \
chrono-date python python-mistletoe range-v3 nlohmann-json
chrono-date python python-mistletoe range-v3 nlohmann-json meson
build_dwarfs=false ./create-utils.sh
tar xf utils.tar.gz
mv utils utils-bak
Expand Down
5 changes: 2 additions & 3 deletions create-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ if [ "${build_dwarfs}" != "true" ]; then
fi

cd bubblewrap-"${bwrap_version}" || exit 1
./autogen.sh
./configure --disable-selinux --disable-man
make -j"$(nproc)" DESTDIR="${script_dir}"/build-utils/bin install
meson -Dselinux=disabled -Dman=disabled build
DESTDIR="${script_dir}"/build-utils/bin meson install -C build

cd ../unionfs-fuse-"${unionfs_fuse_version}" || exit 1
mkdir build-fuse3
Expand Down
4 changes: 2 additions & 2 deletions utils.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions utils_dwarfs.tar.gz
Git LFS file not shown

0 comments on commit 861fce5

Please sign in to comment.