Fix building
This commit is contained in:
parent
097b80be2e
commit
bb2d35ec0c
2 changed files with 5 additions and 2 deletions
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
|
|
@ -46,9 +46,10 @@ jobs:
|
|||
|
||||
- name: Build sdist
|
||||
run: pipx run build --sdist
|
||||
|
||||
|
||||
- name: Test sdist
|
||||
run: |
|
||||
sudo apt install -y perl
|
||||
python -m pip install dist/sqlcipher3_wheels-*.tar.gz
|
||||
mv sqlcipher3 sqlcipher3_ &&
|
||||
mv sqlcipher3_ sqlcipher3
|
||||
|
|
@ -197,7 +198,7 @@ jobs:
|
|||
CIBW_BUILD: ${{ matrix.cibw_build }}
|
||||
CIBW_ARCHS: ${{ matrix.cibw_archs }}
|
||||
CIBW_ENVIRONMENT: SQLCIPHER3_COMPILE_TARGET=${{ matrix.compile_target }}
|
||||
CIBW_BEFORE_ALL_LINUX: yum install -y perl-IPC-Cmd
|
||||
CIBW_BEFORE_ALL_LINUX: yum install -y perl-core
|
||||
CIBW_TEST_COMMAND: >
|
||||
mv {project}/sqlcipher3 {project}/sqlcipher3_ &&
|
||||
python {project}/tests/ &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue