mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-04 13:13:56 +02:00
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:
|
matrix:
|
||||||
sqlcipher: [system, static]
|
sqlcipher: [system, static]
|
||||||
arch: [amd64, arm64]
|
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:
|
with:
|
||||||
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
|
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
|
||||||
sqlcipher: ${{ matrix.sqlcipher }}
|
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 }}
|
yarn build --publish never -l --config electron-builder.json ${{ steps.config.outputs.build-args }}
|
||||||
|
|
||||||
- name: Check native libraries
|
- name: Check native libraries
|
||||||
# XXX: remove this later
|
|
||||||
# continue-on-error: ${{ inputs.arch == 'arm64' }}
|
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
@ -196,8 +194,6 @@ jobs:
|
|||||||
working-directory: "dist/install/linux/glibc-x86-64"
|
working-directory: "dist/install/linux/glibc-x86-64"
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
# XXX: remove this later
|
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.deploy-mode && 'packages.element.io' || format('linux-{0}-sqlcipher-{1}', inputs.arch, inputs.sqlcipher) }}
|
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