Skip to content

Commit

Permalink
build: make sure to test non-benchmark builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 13, 2024
1 parent 6c12a04 commit bd55247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ case "-$BUILD_TYPE-" in
;;
*-release-*)
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release"
CMAKE_ARGS="${CMAKE_ARGS} -DWITH_BENCHMARKS=1"
;;
*-reldbg-*)
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=RelWithDebInfo"
Expand Down Expand Up @@ -157,7 +158,6 @@ if [[ "-$BUILD_TYPE-" == *-nostacktrace-* ]]; then
CMAKE_ARGS="${CMAKE_ARGS} -DENABLE_STACKTRACE=0"
fi

CMAKE_ARGS="${CMAKE_ARGS} -DWITH_BENCHMARKS=1"
CMAKE_ARGS="${CMAKE_ARGS} -DWITH_TESTS=1 -DWITH_LEGACY_FUSE=1"
CMAKE_ARGS="${CMAKE_ARGS} -DDWARFS_ARTIFACTS_DIR=/artifacts"

Expand Down

0 comments on commit bd55247

Please sign in to comment.