mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
Bump rustc version
This commit is contained in:
committed by
Kirill Bulatov
parent
2cb39a1624
commit
e97f94cc30
@@ -5,10 +5,10 @@ executors:
|
|||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
docker:
|
docker:
|
||||||
# NB: when changed, do not forget to update rust image tag in all Dockerfiles
|
# NB: when changed, do not forget to update rust image tag in all Dockerfiles
|
||||||
- image: zimg/rust:1.56
|
- image: zimg/rust:1.58
|
||||||
zenith-executor:
|
zenith-executor:
|
||||||
docker:
|
docker:
|
||||||
- image: zimg/rust:1.56
|
- image: zimg/rust:1.58
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-codestyle-rust:
|
check-codestyle-rust:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Build Postgres
|
# Build Postgres
|
||||||
#
|
#
|
||||||
#FROM zimg/rust:1.56 AS pg-build
|
#FROM zimg/rust:1.58 AS pg-build
|
||||||
FROM zenithdb/build:buster-20220309 AS pg-build
|
FROM zenithdb/build:buster-20220414 AS pg-build
|
||||||
WORKDIR /pg
|
WORKDIR /pg
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
@@ -17,8 +17,8 @@ RUN set -e \
|
|||||||
|
|
||||||
# Build zenith binaries
|
# Build zenith binaries
|
||||||
#
|
#
|
||||||
#FROM zimg/rust:1.56 AS build
|
#FROM zimg/rust:1.58 AS build
|
||||||
FROM zenithdb/build:buster-20220309 AS build
|
FROM zenithdb/build:buster-20220414 AS build
|
||||||
ARG GIT_VERSION=local
|
ARG GIT_VERSION=local
|
||||||
|
|
||||||
ARG CACHEPOT_BUCKET=zenith-rust-cachepot
|
ARG CACHEPOT_BUCKET=zenith-rust-cachepot
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.56.1-slim-buster
|
FROM rust:1.58-slim-buster
|
||||||
WORKDIR /home/circleci/project
|
WORKDIR /home/circleci/project
|
||||||
|
|
||||||
RUN set -e \
|
RUN set -e \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# First transient image to build compute_tools binaries
|
# First transient image to build compute_tools binaries
|
||||||
# NB: keep in sync with rust image version in .circle/config.yml
|
# NB: keep in sync with rust image version in .circle/config.yml
|
||||||
FROM zenithdb/build:buster-20220309 AS rust-build
|
FROM zenithdb/build:buster-20220414 AS rust-build
|
||||||
|
|
||||||
WORKDIR /zenith
|
WORKDIR /zenith
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ apt install build-essential libtool libreadline-dev zlib1g-dev flex bison libsec
|
|||||||
libssl-dev clang pkg-config libpq-dev
|
libssl-dev clang pkg-config libpq-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
[Rust] 1.56.1 or later is also required.
|
[Rust] 1.58 or later is also required.
|
||||||
|
|
||||||
To run the `psql` client, install the `postgresql-client` package or modify `PATH` and `LD_LIBRARY_PATH` to include `tmp_install/bin` and `tmp_install/lib`, respectively.
|
To run the `psql` client, install the `postgresql-client` package or modify `PATH` and `LD_LIBRARY_PATH` to include `tmp_install/bin` and `tmp_install/lib`, respectively.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user