Skip to content

Commit 6dab99c

Browse files
authored
Updates for 2025 mar 01 (#671)
* 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 <[email protected]> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <[email protected]> * Updates to source code versions for 2025-Mar-01 Signed-off-by: Andy Fingerhut <[email protected]> --------- Signed-off-by: Andy Fingerhut <[email protected]> Signed-off-by: Andy Fingerhut <[email protected]>
1 parent efe1fe8 commit 6dab99c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

vm-ubuntu-24.04/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cd p4c
2323
/bin/rm -fr build
2424
cd ..
2525

26-
/bin/rm usr-local-*.txt pip3-list-2b-*.txt
26+
/bin/rm usr-local-*.txt pip3-list-2b-*.txt $HOME/.ssh/*
2727

2828
sudo apt autoremove
2929
sudo apt clean

vm-ubuntu-24.04/install.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ print_usage() {
2828
1>&2 echo "Dates supported:"
2929
1>&2 echo " 2025-Jan-01"
3030
1>&2 echo " 2025-Feb-01"
31+
1>&2 echo " 2025-Mar-01"
3132
}
3233

3334
if [ $# -eq 0 ]
3435
then
35-
VERSION="2025-Feb-01"
36+
VERSION="2025-Mar-01"
3637
echo "No version specified. Defaulting to ${VERSION}"
3738
elif [ $# -eq 1 ]
3839
then
@@ -55,6 +56,12 @@ case ${VERSION} in
5556
export INSTALL_P4C_SOURCE_VERSION="2776b1948529bc7e8ccfb2f6ea2a9c1ab1f68796"
5657
export INSTALL_PTF_SOURCE_VERSION="c554f83685186be4cfa9387eb5d6d700d2bbd7c0"
5758
;;
59+
2025-Mar-01)
60+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="d12eefc7bc19fb4da615b1b45c1235899f2e4fb1"
61+
export INSTALL_PI_SOURCE_VERSION="17802cfd67218a26307c0ea69fe520751ca6ab64"
62+
export INSTALL_P4C_SOURCE_VERSION="3ffac66ee232f2ab9d1860751dde94725d3b1af8"
63+
export INSTALL_PTF_SOURCE_VERSION="77a5ba448f3db54b45a03a6235b7cec8c8c7d093"
64+
;;
5865
latest)
5966
echo "Using the latest version of all p4lang repository source code."
6067
;;

0 commit comments

Comments
 (0)