Skip to content

Commit

Permalink
Removing lines in build scripts because bash. (#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu authored Oct 23, 2024
1 parent 1d4e836 commit 9efd849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ cmake \
-DNANO_WARN_TO_ERR=ON \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
-DQt5_DIR=${qt_dir} \
#${BACKTRACE:-} \
${SANITIZERS:-} \
..

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

number_of_processors() {
Expand Down

0 comments on commit 9efd849

Please sign in to comment.