Skip to content

Commit

Permalink
Merge pull request #27 from jaymzh/deps
Browse files Browse the repository at this point in the history
Hardcode version of OpenNSL
  • Loading branch information
oridb committed Jan 13, 2016
2 parents 31f8bf7 + 143785c commit 1fc8ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion getdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ echo "creating external..."
mkdir -p external
(
cd external
update https://github.com/Broadcom-Switch/OpenNSL.git cf6dc4100bcfc1ffe82da3ba090b504e09e39216
# We hard code OpenNSL to OpenNSL-6.4.6.6 release, later releases seem to
# SIGSEV in opennsl_pkt_alloc()
update https://github.com/Broadcom-Switch/OpenNSL.git 8e0b499f02dcef751a3703c9a18600901374b28a
update \
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git v3.19.0
update https://github.com/facebook/folly.git
Expand Down

0 comments on commit 1fc8ba5

Please sign in to comment.