mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-04 13:13:56 +02:00
SQLCIPHER_STATIC please behave
This commit is contained in:
parent
3e5ab092d3
commit
990d460841
7
.github/workflows/build_linux.yaml
vendored
7
.github/workflows/build_linux.yaml
vendored
@ -36,8 +36,6 @@ jobs:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
SQLCIPHER_STATIC: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: kanga333/variable-mapper@master
|
- uses: kanga333/variable-mapper@master
|
||||||
id: config
|
id: config
|
||||||
@ -82,6 +80,11 @@ jobs:
|
|||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: "yarn install --frozen-lockfile"
|
run: "yarn install --frozen-lockfile"
|
||||||
|
|
||||||
|
- name: Prepare for static sqlcipher build
|
||||||
|
if: inputs.sqlcipher === 'static'
|
||||||
|
run: |
|
||||||
|
echo "SQLCIPHER_STATIC=1" >> $GITHUB_ENV
|
||||||
|
|
||||||
# Ideally the docker image would be ready for cross-compilation but libsqlcipher-dev is not Multi-Arch compatible
|
# Ideally the docker image would be ready for cross-compilation but libsqlcipher-dev is not Multi-Arch compatible
|
||||||
# https://unix.stackexchange.com/a/349359
|
# https://unix.stackexchange.com/a/349359
|
||||||
- name: Prepare for cross compilation
|
- name: Prepare for cross compilation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user