Skip to content

Commit

Permalink
Removed unnecessary lines in Linux CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed Apr 18, 2024
1 parent 495cd10 commit 7f39bd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infomaniak-build-tools/linux/build-ci-amd64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /bin/bash

ulimit -n 4000000

set -xe

export QT_BASE_DIR="~/Qt/6.2.3"
Expand Down Expand Up @@ -35,7 +33,6 @@ CMAKE_PARAMS=()
export KDRIVE_DEBUG=0

cmake -B$BUILDDIR -H$BASEPATH \
-DQTDIR=$QTDIR \
-DOPENSSL_ROOT_DIR=/usr/local \
-DOPENSSL_INCLUDE_DIR=/usr/local/include \
-DOPENSSL_CRYPTO_LIBRARY=/usr/local/lib64/libcrypto.so \
Expand Down

0 comments on commit 7f39bd6

Please sign in to comment.