Skip to content

Commit 247c5e7

Browse files
authored
Udpates for 2025 aug 01 part2 (#696)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Additional updates for 2025-Aug-01 Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com>
1 parent 6c1d2e6 commit 247c5e7

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ print_usage() {
2727
1>&2 echo ""
2828
1>&2 echo "Dates supported:"
2929
1>&2 echo " 2025-Aug-01"
30-
1>&2 echo " 2025-Jul-01"
3130
}
3231

3332
if [ $# -eq 0 ]
3433
then
35-
VERSION="2025-Jul-01"
34+
VERSION="2025-Aug-01"
3635
echo "No version specified. Defaulting to ${VERSION}"
3736
elif [ $# -eq 1 ]
3837
then
@@ -49,12 +48,6 @@ case ${VERSION} in
4948
export INSTALL_P4C_SOURCE_VERSION="4d926d0723c42175c960dd72c762b92de70e5b58"
5049
export INSTALL_PTF_SOURCE_VERSION="6af750831ffe14512c5195383f2b39691744503e"
5150
;;
52-
2025-Jul-01)
53-
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="8b6950b9aaff2b89eecd6da63191e1a88be242af"
54-
export INSTALL_PI_SOURCE_VERSION="d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"
55-
export INSTALL_P4C_SOURCE_VERSION="4a922a2249c7778d72e7247eeb3be4ed7725c0aa"
56-
export INSTALL_PTF_SOURCE_VERSION="6af750831ffe14512c5195383f2b39691744503e"
57-
;;
5851
latest)
5952
echo "Using the latest version of all p4lang repository source code."
6053
;;

vm-ubuntu-24.04/patches/p4runtime-shell-2023-changes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ index 07c5c31..8a9dad9 100644
99
- protobuf >= 3.15.0, < 3.21.0
1010
+ protobuf >= 3.15.0, < 4.22.0
1111
grpcio >= 1.35.0
12-
- p4runtime == 1.3.0
12+
- p4runtime == 1.4.1

0 commit comments

Comments
 (0)