fix: Enable push on MIPS by switching web-push client

- Use hyper-client to avoid isahc/coarsetime (AtomicU64 on MIPS)
- Keep push notifications enabled for MIPS builds
- Update CI MIPS build to use default features
This commit is contained in:
spinline
2026-02-06 00:14:27 +03:00
parent 8cd4a998a8
commit 25e2b6bec9
4 changed files with 185 additions and 306 deletions

View File

@@ -55,7 +55,7 @@ jobs:
CROSS_NO_WARNINGS: 0
run: |
cd backend
cross build --target mips-unknown-linux-musl --release --no-default-features -Z build-std=std,panic_abort
cross build --target mips-unknown-linux-musl --release -Z build-std=std,panic_abort
- name: Debug - List Files
run: |