Skip to content

Commit eb65f27

Browse files
authored
Updates for 2026-Feb-01 (#710)
* 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-Feb-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 134fcfa commit eb65f27

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-Feb-01"
2930
1>&2 echo " 2026-Jan-01"
3031
1>&2 echo " 2025-Nov-01"
3132
1>&2 echo " 2025-Oct-01"
@@ -35,7 +36,7 @@ print_usage() {
3536

3637
if [ $# -eq 0 ]
3738
then
38-
VERSION="2026-Jan-01"
39+
VERSION="2026-Feb-01"
3940
echo "No version specified. Defaulting to ${VERSION}"
4041
elif [ $# -eq 1 ]
4142
then
@@ -46,6 +47,12 @@ else
4647
fi
4748

4849
case ${VERSION} in
50+
2026-Feb-01)
51+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="4cc1333cd51be5675a9bbeeb432d9b647061a817"
52+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
53+
export INSTALL_P4C_SOURCE_VERSION="7d367760701056cfa4fe0321f62914c0e79a6214"
54+
export INSTALL_PTF_SOURCE_VERSION="05f46c3873feb2213df29743be3d9a9e34d5559b"
55+
;;
4956
2026-Jan-01)
5057
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="2bdd0b7b2b2ae89faf2720f2158e9842bc6d2dd2"
5158
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"

0 commit comments

Comments
 (0)