From 622dd42cad465d9f7a46d7dffd7e9920a262cef7 Mon Sep 17 00:00:00 2001 From: Namrata Limaye Date: Wed, 8 Jun 2022 09:22:01 -0700 Subject: [PATCH] switch to directory before applying SHA --- build/networking/scripts/build_p4sde.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/networking/scripts/build_p4sde.sh b/build/networking/scripts/build_p4sde.sh index d2081615..5b5f875a 100755 --- a/build/networking/scripts/build_p4sde.sh +++ b/build/networking/scripts/build_p4sde.sh @@ -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