1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Disable wasmtime cache in Docker builds

This commit is contained in:
Quentin Gliech
2022-11-03 13:59:33 +01:00
parent bec0dceede
commit 041eb7013c
5 changed files with 20 additions and 132 deletions

View File

@ -55,7 +55,13 @@ mas-listener = { path = "../listener" }
indoc = "1.0.7"
[features]
default = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots"]
default = ["otlp", "jaeger", "zipkin", "prometheus", "webpki-roots", "policy-cache"]
# Features used in the Docker image
docker = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots"]
# Enable wasmtime compilation cache
policy-cache = ["mas-policy/cache"]
# Use the native root certificates
native-roots = ["mas-http/native-roots", "mas-handlers/native-roots"]