Skip to content

Commit 3387e5d

Browse files
authored
Updates for 2025 jun 01 (#689)
* 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> * Use latest versions of P4 project source code as of 2025-Jun-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent c8f7f4e commit 3387e5d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ print_usage() {
2626
1>&2 echo "usage: $0 [ latest | <date> ]"
2727
1>&2 echo ""
2828
1>&2 echo "Dates supported:"
29+
1>&2 echo " 2025-Jun-01"
2930
1>&2 echo " 2025-May-01"
3031
1>&2 echo " 2025-Apr-01"
3132
1>&2 echo " 2025-Mar-01"
@@ -76,6 +77,12 @@ case ${VERSION} in
7677
export INSTALL_P4C_SOURCE_VERSION="305ca61bfd1c3f13206dd4733ca3b8c56145a19f"
7778
export INSTALL_PTF_SOURCE_VERSION="e29ef7ec0bd34d4ceef88016383e53238ab5383c"
7879
;;
80+
2025-Jun-01)
81+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="c0ff3aba77a78ed08dfcb8634f0875fa172e18ab"
82+
export INSTALL_PI_SOURCE_VERSION="d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"
83+
export INSTALL_P4C_SOURCE_VERSION="45bbb002e86e5dafcbbb61499d122bb9982698c6"
84+
export INSTALL_PTF_SOURCE_VERSION="e29ef7ec0bd34d4ceef88016383e53238ab5383c"
85+
;;
7986
latest)
8087
echo "Using the latest version of all p4lang repository source code."
8188
;;

0 commit comments

Comments
 (0)