Skip to content

Commit

Permalink
Remove timing info as it seems flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Nov 21, 2023
1 parent cf1cc8b commit 48fc21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ echo "-- BUILD_EXAMPLES: ${BUILD_EXAMPLES}"
echo "-- BUILD_BENCHMARKS: ${BUILD_BENCHMARKS}"

# configure
time cmake -S .. -B $BUILD_DIR $CMAKE_OPTIONS
cmake -S .. -B $BUILD_DIR $CMAKE_OPTIONS
echo "========================================"

if command -v sccache >/dev/null; then
source "./sccache_stats.sh" start
fi

#build
time cmake --build $BUILD_DIR --parallel $PARALLEL_LEVEL
cmake --build $BUILD_DIR --parallel $PARALLEL_LEVEL
echo "========================================"
echo "Build complete"

Expand Down

0 comments on commit 48fc21d

Please sign in to comment.