Skip to content

Commit 5f0ba3e

Browse files
authored
Updates for 2026-Mar-01 (#724)
* 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-Mar-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 65ac26d commit 5f0ba3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vm-ubuntu-24.04/install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ print_usage() {
3636

3737
if [ $# -eq 0 ]
3838
then
39-
VERSION="2026-Feb-01"
39+
VERSION="2026-Mar-01"
4040
echo "No version specified. Defaulting to ${VERSION}"
4141
elif [ $# -eq 1 ]
4242
then
@@ -47,6 +47,12 @@ else
4747
fi
4848

4949
case ${VERSION} in
50+
2026-Mar-01)
51+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="6c7c93e5484e069c539b5c990bf37c531599894a"
52+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
53+
export INSTALL_P4C_SOURCE_VERSION="d59f5b2e9bb49e211cfca4831077e3d76f0fb70b"
54+
export INSTALL_PTF_SOURCE_VERSION="05f46c3873feb2213df29743be3d9a9e34d5559b"
55+
;;
5056
2026-Feb-01)
5157
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="4cc1333cd51be5675a9bbeeb432d9b647061a817"
5258
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"

0 commit comments

Comments
 (0)