Install gcc, lower poetry verbosity
parent
2f83b4f206
commit
7cf88d743e
|
@ -90,6 +90,9 @@
|
||||||
# The rust-analyzer language server implementation.
|
# The rust-analyzer language server implementation.
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
|
||||||
|
# For building any Python bindings to C or Rust code.
|
||||||
|
gcc
|
||||||
|
|
||||||
# Native dependencies for running Synapse.
|
# Native dependencies for running Synapse.
|
||||||
icu
|
icu
|
||||||
libffi
|
libffi
|
||||||
|
@ -122,7 +125,7 @@
|
||||||
languages.python.poetry.activate.enable = true;
|
languages.python.poetry.activate.enable = true;
|
||||||
# Install all extra Python dependencies; this is needed to run the unit
|
# Install all extra Python dependencies; this is needed to run the unit
|
||||||
# tests and utilitise all Synapse features.
|
# tests and utilitise all Synapse features.
|
||||||
languages.python.poetry.install.arguments = ["-vvv" "--extras all"];
|
languages.python.poetry.install.arguments = ["-v" "--extras all"];
|
||||||
# Install the 'matrix-synapse' package from the local checkout.
|
# Install the 'matrix-synapse' package from the local checkout.
|
||||||
languages.python.poetry.install.installRootPackage = true;
|
languages.python.poetry.install.installRootPackage = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue