Skip to content

Commit b792d0e

Browse files
authored
Updates for 2026-Jan-01 (#708)
* 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 2026-Jan-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 82fe49d commit b792d0e

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 " 2026-Jan-01"
2930
1>&2 echo " 2025-Nov-01"
3031
1>&2 echo " 2025-Oct-01"
3132
1>&2 echo " 2025-Sep-01"
@@ -45,11 +46,17 @@ else
4546
fi
4647

4748
case ${VERSION} in
49+
2026-Jan-01)
50+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="2bdd0b7b2b2ae89faf2720f2158e9842bc6d2dd2"
51+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
52+
export INSTALL_P4C_SOURCE_VERSION="11d746d94a45694968802675bd9444dfcd029545"
53+
export INSTALL_PTF_SOURCE_VERSION="05f46c3873feb2213df29743be3d9a9e34d5559b"
54+
;;
4855
2025-Nov-01)
4956
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="2bdd0b7b2b2ae89faf2720f2158e9842bc6d2dd2"
5057
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
5158
export INSTALL_P4C_SOURCE_VERSION="a97290474ce3d183b1f6bc4ca4959ebbcdb09b3b"
52-
export INSTALL_PTF_SOURCE_VERSION=""
59+
export INSTALL_PTF_SOURCE_VERSION="05f46c3873feb2213df29743be3d9a9e34d5559b"
5360
;;
5461
2025-Oct-01)
5562
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="68f4a978f465fd76e98fcdecb762981843fb7310"

0 commit comments

Comments
 (0)