forked from matrix-org/sytest
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix installing from a readonly copy of synapse (matrix-org#866)
It seems that, as of pip 20.1, pip likes to do an in-tree build of synapse when you install it, which is pretty nasty when pip is running in a docker image. We can work around this by copying the bits we need into a tarball and installing from that. Ultimately I'd like to change the build pipelines to build a wheel upfront, and use that for the sytest builds, which will be a more accurate representation of how most people install synapse, but this is a prerequisite.
- Loading branch information
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters