mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
feat(ci): remove protoc
installation where possible
We only retain it for the test job which runs `cargo semver-checks` which may need to build the rustdoc for the baseline version which still requires `protoc` to be installed until we make the next round of releases. Pull-Request: #3592.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
# syntax=docker/dockerfile:1.5-labs
|
||||
FROM rust:1.67.0
|
||||
|
||||
# Setup protoc. TODO this breaks reproducibility and uses an old version of protoc.
|
||||
# In the future protobuf generated files will be checked in, so we can remove this
|
||||
WORKDIR /protoc-setup
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
|
||||
# Run with access to the target cache to speed up builds
|
||||
WORKDIR /workspace
|
||||
ADD . .
|
||||
|
Reference in New Issue
Block a user