Fix collab deploy (#13076)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-06-14 16:15:13 -06:00 committed by GitHub
parent 78fd378702
commit 831f7dbbc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 18 deletions

View file

@ -0,0 +1,5 @@
# This file is used to build collab in a Docker image.
# In particular, we don't use clang.
[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]