Skip to content

Commit

Permalink
Update openssl to v3 on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Apr 11, 2024
1 parent 23b3b94 commit 71621a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tooling/build_many_linux_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN rpmkeys --import 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3F
s/#?exclude.*/exclude=.edu/' /etc/yum/pluginconf.d/fastestmirror.conf
ADD sccache /usr/local/bin/
RUN yum update -y && \
yum install -y zip jq less devtoolset-11-gdb \
yum install -y zip jq less devtoolset-11-gdb kernel-devel \
openssl-devel cyrus-sasl-devel devtoolset-10-libatomic-devel libcurl-devel python3-devel flex && \
rpm -Uvh --nodeps \$(repoquery --location mono-{core,web,devel,data,wcf,winfx}) && \
yum clean all && touch /etc/arcticdb_deps_installed
Expand Down
2 changes: 1 addition & 1 deletion cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"benchmark"
],
"overrides": [
{ "name": "openssl", "version-string": "1.1.1n#1" },
{ "name": "openssl", "version-string": "3.2.1" },
{ "name": "aws-sdk-cpp", "version": "1.11.201" },
{ "name": "aws-c-s3", "version": "0.3.24" },
{ "name": "bitmagic", "version": "7.12.3" },
Expand Down

0 comments on commit 71621a6

Please sign in to comment.