mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-25 18:06:29 +00:00
Allow running integration tests with coverage locally (#151)
This commit is contained in:
committed by
GitHub
parent
d48c04a7fb
commit
65b69b46d2
5
tests/docker/Dockerfile
Normal file
5
tests/docker/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM rust:bullseye
|
||||
|
||||
RUN apt-get update && apt-get install llvm-11 psmisc postgresql-contrib postgresql-client ruby ruby-dev libpq-dev python3 python3-pip lcov sudo curl -y
|
||||
RUN cargo install cargo-binutils rustfilt
|
||||
RUN rustup component add llvm-tools-preview
|
||||
Reference in New Issue
Block a user