Skip to content

Commit

Permalink
build: try building example binary in -split configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 14, 2024
1 parent 1270b93 commit abcff32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docker/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ if [[ "$BUILD_FROM_TARBALL" == "1" ]]; then
$BUILD_TOOL distclean
rm -rf *

# ==== example binary ====
cmake ../dwarfs/example $CMAKE_TOOL_ARGS -DCMAKE_PREFIX_PATH="$PREFIXPATH"
time $BUILD_TOOL
rm -rf *

# ==== dwarfs tools ====
cmake ../dwarfs/ $CMAKE_ARGS -DWITH_LIBDWARFS=OFF -DWITH_TOOLS=ON -DWITH_FUSE_DRIVER=OFF -DCMAKE_PREFIX_PATH="$PREFIXPATH"
time $BUILD_TOOL
Expand Down

0 comments on commit abcff32

Please sign in to comment.