Skip to content

Commit

Permalink
Merge pull request #167 from ipdk-io/namratalimaye-patch-1
Browse files Browse the repository at this point in the history
switch to directory before applying SHA
  • Loading branch information
namratalimaye authored Jun 8, 2022
2 parents 8418c8f + 622dd42 commit e743d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/networking/scripts/build_p4sde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if [ -d "p4-driver" ]; then rm -Rf p4-driver; fi
echo "Compiling p4-driver"
#TODO: Below link needs to be updated when code is open-sourced
git clone https://github.com/p4lang/p4-dpdk-target.git --recursive p4-driver
cd p4-driver
git checkout 780b3dfa205815e87f4580383cc37bfa30187f7c

pip3 install distro
Expand Down

0 comments on commit e743d09

Please sign in to comment.