You've already forked authentication-service
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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user