Skip to content

Commit be30416

Browse files
authored
Updates for 2026-Apr-01 (#736)
* 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-Apr-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent c4ec858 commit be30416

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vm-ubuntu-24.04/install.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ 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-Apr-01"
30+
1>&2 echo " 2026-Mar-01"
2931
1>&2 echo " 2026-Feb-01"
3032
1>&2 echo " 2026-Jan-01"
3133
1>&2 echo " 2025-Nov-01"
@@ -36,7 +38,7 @@ print_usage() {
3638

3739
if [ $# -eq 0 ]
3840
then
39-
VERSION="2026-Mar-01"
41+
VERSION="2026-Apr-01"
4042
echo "No version specified. Defaulting to ${VERSION}"
4143
elif [ $# -eq 1 ]
4244
then
@@ -47,6 +49,12 @@ else
4749
fi
4850

4951
case ${VERSION} in
52+
2026-Apr-01)
53+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="392f801e0b4057bbe75ee0e89415b5539882926b"
54+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
55+
export INSTALL_P4C_SOURCE_VERSION="4536e011b17c00e72749eeaa759d72f4a8d7ce86"
56+
export INSTALL_PTF_SOURCE_VERSION="46da7eb9373216c72bbb4342894416f5448559a0"
57+
;;
5058
2026-Mar-01)
5159
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="6c7c93e5484e069c539b5c990bf37c531599894a"
5260
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"

0 commit comments

Comments
 (0)