mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-29 13:11:25 +01:00
Among other things, build now is not based on the upstream version of onos-setup-p4-dev, but on the local one. Change-Id: I270a324152a9349d6a9989aa8b5a38b45e1856d9
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
bash ${DIR}/../p4vm/install-p4-tools.sh
|