Skip to content

Commit

Permalink
[build-vm] Don't Install Lib Boost 1.67 (sonic-net#784)
Browse files Browse the repository at this point in the history
* [build-vm] Install Boost 1.71

Installing libboost 1.71 to match buildimage vm.

singed-off-by: Tamer Ahmed <[email protected]>

* review comments
  • Loading branch information
tahmed-dev authored Feb 2, 2021
1 parent 817a01e commit 373be80
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
libnl-cli-3-dev \
swig3.0 \
libpython2.7-dev \
libzmq5 libzmq3-dev \
libboost-all-dev
libzmq5 libzmq3-dev
sudo apt-get install -y redis-server
sudo sed -ri 's/^# unixsocket/unixsocket/' /etc/redis/redis.conf
Expand Down Expand Up @@ -126,8 +125,7 @@ jobs:
libnl-cli-3-dev \
swig3.0 \
libpython2.7-dev \
libzmq5 libzmq3-dev \
libboost-all-dev
libzmq5 libzmq3-dev
sudo apt-get install -y redis-server
sudo sed -ri 's/^# unixsocket/unixsocket/' /etc/redis/redis.conf
Expand Down Expand Up @@ -214,8 +212,7 @@ jobs:
libnl-cli-3-dev \
swig3.0 \
libpython2.7-dev \
libzmq5 libzmq3-dev \
libboost-all-dev
libzmq5 libzmq3-dev
sudo apt-get install -y redis-server
sudo sed -ri 's/^# unixsocket/unixsocket/' /etc/redis/redis.conf
Expand Down

0 comments on commit 373be80

Please sign in to comment.