Skip to content
Snippets Groups Projects
Verified Commit fbe507d2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update rebuilderd-worker and enable diffoscope

rebuilderd-worker now supports an diffoscope output limit allowing us to
define how much data will be POST'ed to rebuilderd via nginx.
parent 26b5041b
No related branches found
No related tags found
No related merge requests found
Pipeline #3107 passed
......@@ -51,7 +51,7 @@ server {
}
location /api/v0/build/report {
client_max_body_size 128M;
client_max_body_size 10M;
proxy_pass http://127.0.0.1:8484;
}
}
endpoint = "https://reproducible.archlinux.org"
#gen_diffoscope = true
signup_secret = "{{ vault_rebuilderd_signup_secret }}"
[diffoscope]
enabled = true
max_bytes = 10485760 # 10 MiB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment