Skip to content

Commit 0c1716e

Browse files
authored
Updates for 2025-Sep-01 (#698)
* 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 Sep 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 247c5e7 commit 0c1716e

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,12 +26,13 @@ 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-Sep-01"
2930
1>&2 echo " 2025-Aug-01"
3031
}
3132

3233
if [ $# -eq 0 ]
3334
then
34-
VERSION="2025-Aug-01"
35+
VERSION="2025-Sep-01"
3536
echo "No version specified. Defaulting to ${VERSION}"
3637
elif [ $# -eq 1 ]
3738
then
@@ -42,6 +43,12 @@ else
4243
fi
4344

4445
case ${VERSION} in
46+
2025-Sep-01)
47+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="c8081706b38aa6c7e26e8aa78513ac0ac1c17975"
48+
export INSTALL_PI_SOURCE_VERSION="5689c91a8a7423781267b27d8b166c49a53904ff"
49+
export INSTALL_P4C_SOURCE_VERSION="1965b4b523ef5c70e7676145f106ccf9fbba8027"
50+
export INSTALL_PTF_SOURCE_VERSION="346ff01a7b28f7f478130b1eea11e440f1801307"
51+
;;
4552
2025-Aug-01)
4653
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="4f84a09f217665f84471e8cef74c0b46b873bbe5"
4754
export INSTALL_PI_SOURCE_VERSION="d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"

0 commit comments

Comments
 (0)