mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
ci: do not build fake RPC server source packages
The source packages were needed for Android to repack compatible Linux wheels, but now Android is officially supported.
This commit is contained in:
4
.github/workflows/deltachat-rpc-server.yml
vendored
4
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -225,7 +225,7 @@ jobs:
|
|||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
|
|
||||||
- name: Build deltachat-rpc-server Python wheels and source package
|
- name: Build deltachat-rpc-server Python wheels
|
||||||
run: |
|
run: |
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
nix build .#deltachat-rpc-server-x86_64-linux-wheel
|
nix build .#deltachat-rpc-server-x86_64-linux-wheel
|
||||||
@@ -246,8 +246,6 @@ jobs:
|
|||||||
cp result/*.whl dist/
|
cp result/*.whl dist/
|
||||||
nix build .#deltachat-rpc-server-armeabi-v7a-android-wheel
|
nix build .#deltachat-rpc-server-armeabi-v7a-android-wheel
|
||||||
cp result/*.whl dist/
|
cp result/*.whl dist/
|
||||||
nix build .#deltachat-rpc-server-source
|
|
||||||
cp result/*.tar.gz dist/
|
|
||||||
python3 scripts/wheel-rpc-server.py x86_64-darwin bin/deltachat-rpc-server-x86_64-macos
|
python3 scripts/wheel-rpc-server.py x86_64-darwin bin/deltachat-rpc-server-x86_64-macos
|
||||||
python3 scripts/wheel-rpc-server.py aarch64-darwin bin/deltachat-rpc-server-aarch64-macos
|
python3 scripts/wheel-rpc-server.py aarch64-darwin bin/deltachat-rpc-server-aarch64-macos
|
||||||
mv *.whl dist/
|
mv *.whl dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user