Skip to content

Commit 1d5a942

Browse files
authored
Updates for 2025-Feb-01 (#668)
* 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> * Updates to source code versions for 2025-Jan-30 for testing, in preparation for 2025-Feb-01 versions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Update source repo versions to latest as of 2025-Feb-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 7273da1 commit 1d5a942

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ print_usage() {
2727
1>&2 echo ""
2828
1>&2 echo "Dates supported:"
2929
1>&2 echo " 2025-Jan-01"
30+
1>&2 echo " 2025-Feb-01"
3031
}
3132

3233
if [ $# -eq 0 ]
3334
then
34-
VERSION="2025-Jan-01"
35+
VERSION="2025-Feb-01"
3536
echo "No version specified. Defaulting to ${VERSION}"
3637
elif [ $# -eq 1 ]
3738
then
@@ -43,12 +44,17 @@ fi
4344

4445
case ${VERSION} in
4546
2025-Jan-01)
46-
# 2025-Jan-01 versions:
4747
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="7ca39eda3529347e4ba66f1976351b0087294bf8"
4848
export INSTALL_PI_SOURCE_VERSION="2bb40f7ab800b91b26f3aed174bbbfc739a37ffa"
4949
export INSTALL_P4C_SOURCE_VERSION="1dc0afae2207f4bb9f5ab45f105ed569cc1ac89b"
5050
export INSTALL_PTF_SOURCE_VERSION="c554f83685186be4cfa9387eb5d6d700d2bbd7c0"
5151
;;
52+
2025-Feb-01)
53+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="892c42198082d3252f4c6facc7363c02ca1d71d2"
54+
export INSTALL_PI_SOURCE_VERSION="c3abb96d61f91e4f641aecd7ba2e784870c35290"
55+
export INSTALL_P4C_SOURCE_VERSION="2776b1948529bc7e8ccfb2f6ea2a9c1ab1f68796"
56+
export INSTALL_PTF_SOURCE_VERSION="c554f83685186be4cfa9387eb5d6d700d2bbd7c0"
57+
;;
5258
latest)
5359
echo "Using the latest version of all p4lang repository source code."
5460
;;

0 commit comments

Comments
 (0)