Skip to content

Commit 6c1d2e6

Browse files
authored
Updates for 2025 aug 01 (#695)
* 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 to install.sh for 2025-Aug-01 Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent fbc8c71 commit 6c1d2e6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 7 additions & 0 deletions
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 " 2025-Aug-01"
2930
1>&2 echo " 2025-Jul-01"
3031
}
3132

@@ -42,6 +43,12 @@ else
4243
fi
4344

4445
case ${VERSION} in
46+
2025-Aug-01)
47+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="4f84a09f217665f84471e8cef74c0b46b873bbe5"
48+
export INSTALL_PI_SOURCE_VERSION="d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"
49+
export INSTALL_P4C_SOURCE_VERSION="4d926d0723c42175c960dd72c762b92de70e5b58"
50+
export INSTALL_PTF_SOURCE_VERSION="6af750831ffe14512c5195383f2b39691744503e"
51+
;;
4552
2025-Jul-01)
4653
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="8b6950b9aaff2b89eecd6da63191e1a88be242af"
4754
export INSTALL_PI_SOURCE_VERSION="d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"

0 commit comments

Comments
 (0)