mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 20:52:16 +08:00
Rollback - re-renaming the feature gate to monitoring
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user