Rollback - re-renaming the feature gate to monitoring

This commit is contained in:
Ludo Galabru
2020-06-17 00:39:48 -04:00
parent 7cbbe86879
commit 60074c7052
7 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ RUN rustup target add x86_64-unknown-linux-musl && \
RUN CC=musl-gcc \
CC_x86_64_unknown_linux_musl=musl-gcc \
CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER=musl-gcc \
cargo build --features "prometheus" --release --target x86_64-unknown-linux-musl --workspace=./
cargo build --features "monitoring" --release --target x86_64-unknown-linux-musl --workspace=./
RUN cd /src/target/x86_64-unknown-linux-musl/release && \
mkdir /out && \