diff --git a/vm-ubuntu-24.04/install.sh b/vm-ubuntu-24.04/install.sh index e78cfa92..bb3f9127 100755 --- a/vm-ubuntu-24.04/install.sh +++ b/vm-ubuntu-24.04/install.sh @@ -34,7 +34,7 @@ print_usage() { if [ $# -eq 0 ] then - VERSION="2026-Apr-01" + VERSION="2026-May-01" echo "No version specified. Defaulting to ${VERSION}" elif [ $# -eq 1 ] then diff --git a/vm-ubuntu-24.04/patches/behavioral-model-support-fedora.patch b/vm-ubuntu-24.04/patches/behavioral-model-support-fedora.patch index 59a3d944..71f8e83c 100644 --- a/vm-ubuntu-24.04/patches/behavioral-model-support-fedora.patch +++ b/vm-ubuntu-24.04/patches/behavioral-model-support-fedora.patch @@ -1,32 +1,49 @@ diff --git a/install_deps.sh b/install_deps.sh -index 4c5a45d..246bf03 100755 +index 37a49c9..cb06756 100755 --- a/install_deps.sh +++ b/install_deps.sh -@@ -1,28 +1,57 @@ +@@ -1,45 +1,58 @@ #!/bin/bash set -e --ubuntu_release=`lsb_release -s -r` + -sudo apt-get install -y \ +- autoconf \ - automake \ +- bison \ +- build-essential \ +- ccache \ - cmake \ -- libgmp-dev \ -- libpcap-dev \ +- flex \ +- git \ +- g++ \ - libboost-dev \ -- libboost-test-dev \ +- libboost-filesystem-dev \ - libboost-program-options-dev \ - libboost-system-dev \ -- libboost-filesystem-dev \ +- libboost-test-dev \ - libboost-thread-dev \ - libevent-dev \ +- libffi-dev \ +- libgmp-dev \ +- libgrpc++-dev \ +- libgrpc-dev \ +- libnanomsg-dev \ +- libpcap-dev \ +- libprotobuf-dev \ +- libprotoc-dev \ +- libreadline-dev \ +- libssl-dev \ +- libthrift-dev \ - libtool \ -- flex \ -- bison \ +- libtool-bin \ - pkg-config \ -- g++ \ -- libssl-dev \ -- libffi-dev \ +- protobuf-compiler \ +- protobuf-compiler-grpc \ - python3-dev \ - python3-pip \ +- python3-six \ +- python3-thrift \ +- thrift-compiler \ - wget +if [ ! -r /etc/os-release ] +then