forked from CringeStudios/element-desktop
Disable broken build
This commit is contained in:
parent
9b26946016
commit
4e0b8c4325
5
.github/workflows/build_and_test.yaml
vendored
5
.github/workflows/build_and_test.yaml
vendored
@ -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 }}
|
||||
|
4
.github/workflows/build_linux.yaml
vendored
4
.github/workflows/build_linux.yaml
vendored
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user