Skip to content

Commit

Permalink
Update main branch post 24.11 (#812)
Browse files Browse the repository at this point in the history
* Build Updates for Ubuntu24.04 (#802) (#805)

* update cmake version

* include patch version in cmake install

Co-authored-by: Anant Sharma <[email protected]>

* Hotfix for java (#808)

* Prevent failure if cache is empty (#809)

* Lock grpcio version (#811)

* fix: Partial fix for L0_https (#810)

* Fix L0_https--base SSL issue (#813)

* Upgrade geventhttpclient version to 2.3.2

* Upgrade geventhttpclient to latest version

---------

Co-authored-by: Anant Sharma <[email protected]>
Co-authored-by: Yingge He <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent c3e5222 commit 76e15f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ 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
mkdir -p ${BUILD_HOME}
cd ${BUILD_HOME}
apt update && apt install -y openjdk-11-jdk
apt update && apt remove maven -y && apt autoremove -y && apt install -y openjdk-11-jdk
wget https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
tar zxvf apache-maven-${MAVEN_VERSION}-bin.tar.gz
export PATH=$PATH:$PWD/apache-maven-${MAVEN_VERSION}/bin/
Expand Down
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements_grpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

grpcio>=1.63.0
grpcio>=1.63.0,<1.68
numpy>=1.19.1,<2
packaging>=14.1
protobuf>=5.26.1,<6.0dev
Expand Down
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements_http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

aiohttp>=3.8.1,<4.0.0
geventhttpclient>=1.4.4,<=2.0.2
geventhttpclient>=2.3.3
numpy>=1.19.1,<2
python-rapidjson>=0.9.1

0 comments on commit 76e15f2

Please sign in to comment.