Skip to content

Commit

Permalink
ci/ubuntu: update glog dependencies
Browse files Browse the repository at this point in the history
- Python is marked as "externally managed" to prevent pip
form modifying the system packages. Use the system package
manager instead.

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 16, 2024
1 parent 1579c49 commit cfc0985
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ install_deps() {
libaio-dev libusb-1.0-0-dev \
libserialport-dev libavahi-client-dev man2html \
python3-sphinx

# Glog - packages required
echo "## Installing glog dependencies"
sudo apt-get install -y \
python3-pip \
python3-stdeb \
}

install_glog() {
Expand All @@ -35,7 +41,6 @@ install_glog() {
cmake -DCMAKE_PREFIX_PATH=/usr ..
make
sudo make install
sudo pip3 install --upgrade pip stdeb argparse
}

install_libiio() {
Expand Down

0 comments on commit cfc0985

Please sign in to comment.