1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Disable wasmtime cache, enable parallel compilation, add deny exception

This commit is contained in:
Quentin Gliech
2024-05-02 10:25:21 +02:00
parent 18c5ca8474
commit 9e2530861f
5 changed files with 7 additions and 171 deletions

View File

@@ -77,13 +77,8 @@ mas-tower.workspace = true
oauth2-types.workspace = true
[features]
default = ["policy-cache"]
# Features used for the prebuilt binaries
dist = ["policy-cache", "mas-config/dist"]
dist = ["mas-config/dist"]
# Features used in the Docker image
docker = ["mas-config/docker"]
# Enable wasmtime compilation cache
policy-cache = ["mas-policy/cache"]