Skip to content

Commit fd0cc21

Browse files
authored
Updates for 2025-May-01 (#683)
* 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> * Updates for 2025-May-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 2e1153b commit fd0cc21

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 8 additions & 1 deletion
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-May-01"
2930
1>&2 echo " 2025-Apr-01"
3031
1>&2 echo " 2025-Mar-01"
3132
1>&2 echo " 2025-Feb-01"
@@ -34,7 +35,7 @@ print_usage() {
3435

3536
if [ $# -eq 0 ]
3637
then
37-
VERSION="2025-Apr-01"
38+
VERSION="2025-May-01"
3839
echo "No version specified. Defaulting to ${VERSION}"
3940
elif [ $# -eq 1 ]
4041
then
@@ -69,6 +70,12 @@ case ${VERSION} in
6970
export INSTALL_P4C_SOURCE_VERSION="1d456721080836ecf9afc7daaf17147332173620"
7071
export INSTALL_PTF_SOURCE_VERSION="e29ef7ec0bd34d4ceef88016383e53238ab5383c"
7172
;;
73+
2025-May-01)
74+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="c0ff3aba77a78ed08dfcb8634f0875fa172e18ab"
75+
export INSTALL_PI_SOURCE_VERSION="17802cfd67218a26307c0ea69fe520751ca6ab64"
76+
export INSTALL_P4C_SOURCE_VERSION="305ca61bfd1c3f13206dd4733ca3b8c56145a19f"
77+
export INSTALL_PTF_SOURCE_VERSION="e29ef7ec0bd34d4ceef88016383e53238ab5383c"
78+
;;
7279
latest)
7380
echo "Using the latest version of all p4lang repository source code."
7481
;;

0 commit comments

Comments
 (0)