Skip to content

Commit 7083778

Browse files
authored
chore: bump compiler versions, add OpenSSL (#88)
1 parent 71ac809 commit 7083778

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adbc_drivers_dev/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
GO=1.25.5
15+
GO=1.25.7
1616
LIBCLANG=18.1.1
1717
MANYLINUX=manylinux2014
18-
RUST=1.92.0
18+
RUST=1.93.0

adbc_drivers_dev/compose/manylinux-rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG MANYLINUX
1616
FROM quay.io/pypa/${MANYLINUX}:latest
1717

18-
RUN ulimit -n 1024 && yum install -y wget && yum clean all
18+
RUN ulimit -n 1024 && yum install -y wget openssl openssl-devel openssl-static && yum clean all
1919
ENV PATH="/usr/local/rust/bin:${PATH}"
2020

2121
ARG LIBCLANG

0 commit comments

Comments
 (0)