Skip to content

Commit

Permalink
Do not build arm64 static for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Apr 24, 2023
1 parent 2937f0c commit 7b8a9d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@t3chguy

t3chguy Apr 24, 2023

Member

This is no longer valid, can you update this comment?

- arch: arm64
sqlcipher: static
with:
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
sqlcipher: ${{ matrix.sqlcipher }}
Expand Down

0 comments on commit 7b8a9d5

Please sign in to comment.