Skip to content

Commit 465f534

Browse files
authored
Updates for 2024 jan 01 (#662)
* 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]> * Updates to P4 source repo versions for 2025-Jan-01 Signed-off-by: Andy Fingerhut <[email protected]> --------- Signed-off-by: Andy Fingerhut <[email protected]>
1 parent eeb8297 commit 465f534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm-ubuntu-24.04/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ THIS_SCRIPT_DIR_ABSOLUTE=`readlink -f "${THIS_SCRIPT_DIR_MAYBE_RELATIVE}"`
2323

2424
${THIS_SCRIPT_DIR_ABSOLUTE}/user-bootstrap.sh
2525

26-
# 2024-Dec-01 versions:
27-
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="005c6cf0f9bb40bfa89d3ca4066ab22f09975d9a"
26+
# 2025-Jan-01 versions:
27+
export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION="7ca39eda3529347e4ba66f1976351b0087294bf8"
2828
export INSTALL_PI_SOURCE_VERSION="2bb40f7ab800b91b26f3aed174bbbfc739a37ffa"
29-
export INSTALL_P4C_SOURCE_VERSION="df9e3ee28ae9b1d9d370c7b8543a953a1c490bc3"
29+
export INSTALL_P4C_SOURCE_VERSION="1dc0afae2207f4bb9f5ab45f105ed569cc1ac89b"
3030
export INSTALL_PTF_SOURCE_VERSION="c554f83685186be4cfa9387eb5d6d700d2bbd7c0"
3131

3232
${THIS_SCRIPT_DIR_ABSOLUTE}/install-p4dev-v8.sh

0 commit comments

Comments
 (0)