diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f637114b..1d35258f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -186,9 +186,6 @@ jobs: rustup default 1.65.0 rustup component add clippy - - name: Install Protoc - uses: arduino/setup-protoc@v1 - - name: Setup OPA uses: open-policy-agent/setup-opa@v2.0.1 with: @@ -246,9 +243,6 @@ jobs: rustup toolchain install ${{ matrix.toolchain }} rustup default ${{ matrix.toolchain }} - - name: Install Protoc - uses: arduino/setup-protoc@v1 - - name: Setup OPA uses: open-policy-agent/setup-opa@v2.0.1 with: @@ -311,9 +305,6 @@ jobs: rustup default stable rustup component add llvm-tools-preview - - name: Install Protoc - uses: arduino/setup-protoc@v1 - - name: Setup OPA uses: open-policy-agent/setup-opa@v2.0.1 with: diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e441cd6a..a367270b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -57,7 +57,7 @@ mas-templates = { path = "../templates" } indoc = "1.0.7" [features] -default = ["jaeger", "zipkin", "prometheus", "webpki-roots", "policy-cache"] +default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"] # Features used in the Docker image docker = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots", "mas-config/docker"]