Skip to content

Commit

Permalink
Build Updates for Ubuntu24.04 (#802)
Browse files Browse the repository at this point in the history
* update cmake version

* include patch version in cmake install
  • Loading branch information
nv-anants authored Nov 4, 2024
1 parent 9b2b42d commit ced9de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -ne 0 ]; then
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | \
tee /etc/apt/sources.list.d/kitware.list >/dev/null && \
apt-get update && \
apt-get install -y --no-install-recommends cmake=3.27.7* cmake-data=3.27.7* rapidjson-dev
apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* rapidjson-dev
fi

# Install jdk and maven
Expand Down

0 comments on commit ced9de4

Please sign in to comment.