Skip to content

Commit

Permalink
chore: update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jul 16, 2020
1 parent be7c68f commit 3a018a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd ovn
# kube-ovn related patches
curl https://github.com/alauda/ovn/commit/2a01da436826de0afe0cda94628dcef7849b380a.patch | git apply

sed -i 's/20.06.1/20.06.0/g' configure.ac
sed -i 's/20.06.2/20.06.1/g' configure.ac
./boot.sh
if [ "$ARCH" = "amd64" ]; then
./configure LIBS=-ljemalloc --with-ovs-source=/ovs CFLAGS="-O2 -g -msse4.2 -mpopcnt"
Expand Down

0 comments on commit 3a018a8

Please sign in to comment.