Skip to content

Commit

Permalink
switch to directory before applying SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
namratalimaye authored Jun 8, 2022
1 parent 8418c8f commit 622dd42
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 622dd42

Please sign in to comment.