Skip to content

Commit

Permalink
remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Apr 15, 2024
1 parent ae31656 commit b10656a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CI/travis/ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ handle_centos() {
yum config-manager --set-enabled powertools
yum localinstall -y $package
export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON .."
export LD_LIBRARY_PATH=/usr/local/lib64/
}

handle_default() {
local package=$1
DEBIAN_FRONTEND=noninteractive apt-get install -y rpm
sudo dpkg -i $package
export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DDEB_DETECT_DEPENDENCIES=ON .."
export LD_LIBRARY_PATH=/usr/local/lib/
}

handle_opensuse() {
local package=$1
zypper in -y --allow-unsigned-rpm $package
export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON .."
export LD_LIBRARY_PATH=/usr/local/lib/
}

handle_"$1" "$2"
Expand Down

0 comments on commit b10656a

Please sign in to comment.