Skip to content

Commit

Permalink
Disable backtrace in CI build until backtrace log linking is resolved. (
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu authored Oct 22, 2024
1 parent 7e7f91b commit 1d4e836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cmake \
-DNANO_WARN_TO_ERR=ON \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
-DQt5_DIR=${qt_dir} \
${BACKTRACE:-} \
#${BACKTRACE:-} \
${SANITIZERS:-} \
..

Expand Down
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cmake \
-DCI_VERSION_PRE_RELEASE=${CI_VERSION_PRE_RELEASE:-OFF} \
${CMAKE_SANITIZER:-} \
${CMAKE_QT_DIR:-} \
${CMAKE_BACKTRACE:-} \
#${CMAKE_BACKTRACE:-} \
${SRC}

number_of_processors() {
Expand Down

0 comments on commit 1d4e836

Please sign in to comment.