bundles/element-web: requires legacy openssl provider for now

This commit is contained in:
Franzi 2022-11-04 07:29:11 +01:00
parent aa01329dbf
commit ee9f7b8875
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -28,6 +28,8 @@ files = {
actions = {
'element-web_yarn': {
'command': ' && '.join([
# TODO verify this is still needed when upgrading to 1.12
'export NODE_OPTIONS=--openssl-legacy-provider',
'cd /opt/element-web',
'yarn install --pure-lockfile --ignore-scripts',
'yarn build',