Disable broken build

This commit is contained in:
Michael Telatynski 2023-04-13 19:16:56 +01:00
parent 9b26946016
commit 4e0b8c4325
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
2 changed files with 5 additions and 4 deletions

View File

@ -79,6 +79,11 @@ jobs:
matrix:
sqlcipher: [system, static]
arch: [amd64, arm64]
exclude:
# FIXME: This combination yields a broken Seshat at this time
# Errors at launch with `undefined symbol: PKCS5_PBKDF2_HMAC
- arch: arm64
sqlcipher: static
with:
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
sqlcipher: ${{ matrix.sqlcipher }}

View File

@ -136,8 +136,6 @@ jobs:
yarn build --publish never -l --config electron-builder.json ${{ steps.config.outputs.build-args }}
- name: Check native libraries
# XXX: remove this later
# continue-on-error: ${{ inputs.arch == 'arm64' }}
run: |
set -x
shopt -s globstar
@ -196,8 +194,6 @@ jobs:
working-directory: "dist/install/linux/glibc-x86-64"
- name: Upload Artifacts
# XXX: remove this later
if: always()
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.deploy-mode && 'packages.element.io' || format('linux-{0}-sqlcipher-{1}', inputs.arch, inputs.sqlcipher) }}