mirror of https://github.com/synctv-org/synctv
fix(ci): avoid nightly trait solver memory regression
parent
6b2a2375b8
commit
2f2cd00880
@ -1,2 +1,3 @@
|
||||
[build]
|
||||
rustflags = ["-Zthreads=8", "-Zshare-generics=y"]
|
||||
# The nightly global next solver exceeds CI memory on synctv-api-http; see rust-lang/rust#161748.
|
||||
rustflags = ["-Zthreads=8", "-Zshare-generics=y", "-Znext-solver=coherence"]
|
||||
|
||||
Loading…
Reference in New Issue