Skip to content

Commit 85fe156

Browse files
authored
Updates for 2025-Oct-01 (#700)
* 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 2025-Oct-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 6da16b1 commit 85fe156

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,13 +26,14 @@ print_usage() {
2626
1>&2 echo "usage: $0 [ latest | <date> ]"
2727
1>&2 echo ""
2828
1>&2 echo "Dates supported:"
29+
1>&2 echo " 2025-Oct-01"
2930
1>&2 echo " 2025-Sep-01"
3031
1>&2 echo " 2025-Aug-01"
3132
}
3233

3334
if [ $# -eq 0 ]
3435
then
35-
VERSION="2025-Sep-01"
36+
VERSION="2025-Oct-01"
3637
echo "No version specified. Defaulting to ${VERSION}"
3738
elif [ $# -eq 1 ]
3839
then
@@ -43,6 +44,12 @@ else
4344
fi
4445

4546
case ${VERSION} in
47+
2025-Oct-01)
48+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="68f4a978f465fd76e98fcdecb762981843fb7310"
49+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
50+
export INSTALL_P4C_SOURCE_VERSION="2265f80459e06a89ffba26cb51c42cc05b1c023e"
51+
export INSTALL_PTF_SOURCE_VERSION="05f46c3873feb2213df29743be3d9a9e34d5559b"
52+
;;
4653
2025-Sep-01)
4754
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="c8081706b38aa6c7e26e8aa78513ac0ac1c17975"
4855
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"

0 commit comments

Comments
 (0)