CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab

This commit is contained in:
Jonas Zohren 2021-11-21 17:34:08 +00:00 committed by Timo Kösters
parent 24a835647c
commit 2fff720df3
9 changed files with 356 additions and 409 deletions

View file

@ -120,13 +120,12 @@ maintainer-scripts = "debian/"
systemd-units = { unit-name = "matrix-conduit" }
[profile.dev]
lto = 'thin'
lto = 'off'
incremental = true
[profile.release]
lto = 'thin'
incremental = true
codegen-units=32
# If you want to make flamegraphs, enable debug info:
# debug = true