Skip to content

Commit 3715311

Browse files
authored
Updates for 2025-Apr-01 (#677)
* 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 to source code versions for 2025-Apr-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 6c20de9 commit 3715311

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ 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-Jan-01"
30-
1>&2 echo " 2025-Feb-01"
29+
1>&2 echo " 2025-Apr-01"
3130
1>&2 echo " 2025-Mar-01"
31+
1>&2 echo " 2025-Feb-01"
32+
1>&2 echo " 2025-Jan-01"
3233
}
3334

3435
if [ $# -eq 0 ]
3536
then
36-
VERSION="2025-Mar-01"
37+
VERSION="2025-Apr-01"
3738
echo "No version specified. Defaulting to ${VERSION}"
3839
elif [ $# -eq 1 ]
3940
then
@@ -62,6 +63,12 @@ case ${VERSION} in
6263
export INSTALL_P4C_SOURCE_VERSION="3ffac66ee232f2ab9d1860751dde94725d3b1af8"
6364
export INSTALL_PTF_SOURCE_VERSION="77a5ba448f3db54b45a03a6235b7cec8c8c7d093"
6465
;;
66+
2025-Apr-01)
67+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="d12eefc7bc19fb4da615b1b45c1235899f2e4fb1"
68+
export INSTALL_PI_SOURCE_VERSION="17802cfd67218a26307c0ea69fe520751ca6ab64"
69+
export INSTALL_P4C_SOURCE_VERSION="1d456721080836ecf9afc7daaf17147332173620"
70+
export INSTALL_PTF_SOURCE_VERSION="e29ef7ec0bd34d4ceef88016383e53238ab5383c"
71+
;;
6572
latest)
6673
echo "Using the latest version of all p4lang repository source code."
6774
;;

0 commit comments

Comments
 (0)