Use Debian images with libc 2.31 to build legacy compute tools

This commit is contained in:
Kirill Bulatov
2022-09-09 16:02:29 +03:00
committed by Kirill Bulatov
parent 923f642549
commit 648e86e9df
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ FROM $REPOSITORY/$IMAGE:$TAG AS compute-deps
#
# Image with Postgres build deps
#
FROM debian:buster-slim AS build-deps
FROM debian:bullseye-slim AS build-deps
RUN apt-get update && apt-get -yq install automake libtool build-essential bison flex libreadline-dev zlib1g-dev libxml2-dev \
libcurl4-openssl-dev libossp-uuid-dev
@@ -59,7 +59,7 @@ WORKDIR /pg
#
# Final compute node image to be exported
#
FROM debian:buster-slim
FROM debian:bullseye-slim
# libreadline-dev is required to run psql
RUN apt-get update && apt-get -yq install libreadline-dev libossp-uuid-dev

View File

@@ -5,7 +5,7 @@
# 'testing' or even 'unstable', which is a bit more cutting-edge than we'd like. Hopefully the 1.60 packages reach
# 'testing' soon (and similarly for the other distributions).
# See https://tracker.debian.org/pkg/rustc for more details on Debian rustc package.
channel = "1.60" # do update CI matrix values when updating this
channel = "1.60" # do update GitHub CI cache values for rust builds, when changing this value
profile = "default"
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html