Do not run synapse in a venv.

We do not need to, so simplify the configuration.
This commit is contained in:
Michael Kaye 2022-02-23 16:01:22 +00:00
parent 5c4ca79888
commit c2a67a03a4
2 changed files with 0 additions and 4 deletions

View file

@ -75,8 +75,6 @@ jobs:
${{ runner.os }}-gradle- ${{ runner.os }}-gradle-
- name: Start synapse server - name: Start synapse server
run: | run: |
python3 -m venv .synapse
source .synapse/bin/activate
pip install matrix-synapse pip install matrix-synapse
curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh
chmod 777 start.sh chmod 777 start.sh

View file

@ -37,8 +37,6 @@ jobs:
${{ runner.os }}-gradle- ${{ runner.os }}-gradle-
- name: Start synapse server - name: Start synapse server
run: | run: |
python3 -m venv .synapse
source .synapse/bin/activate
pip install matrix-synapse pip install matrix-synapse
curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh \ curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh \
| sed s/127.0.0.1/0.0.0.0/g | sed 's/http:\/\/localhost/http:\/\/10.0.2.2/g' | bash -s -- --no-rate-limit | sed s/127.0.0.1/0.0.0.0/g | sed 's/http:\/\/localhost/http:\/\/10.0.2.2/g' | bash -s -- --no-rate-limit