-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4415 from open-formulieren/hotfix/uwsgi-crash
Fix uwsgi crash on startup
- Loading branch information
Showing
9 changed files
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
python-version: '3.10' | ||
optimize-postgres: 'yes' | ||
pg-service: 'postgres' | ||
|
@@ -142,7 +142,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
python-version: '3.10' | ||
optimize-postgres: 'yes' | ||
pg-service: 'postgres' | ||
|
@@ -220,7 +220,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gettext postgresql-client gdal-bin' | ||
python-version: '3.10' | ||
optimize-postgres: 'yes' | ||
pg-service: 'postgres' | ||
|
@@ -291,7 +291,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
setup-node: 'no' | ||
working-directory: 'open-forms' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
setup-node: 'no' | ||
- uses: isort/[email protected] | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
setup-node: 'no' | ||
- name: Run black | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
setup-node: 'no' | ||
- name: Run flake8 | ||
|
@@ -107,7 +107,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
setup-node: 'no' | ||
- name: Run manage.py makemigrations --check --dry-run | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Set up backend environment | ||
uses: maykinmedia/[email protected] | ||
with: | ||
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gdal-bin' | ||
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin' | ||
python-version: '3.10' | ||
optimize-postgres: 'no' | ||
setup-node: 'yes' | ||
|
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
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
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
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
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
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