remove markdown-preview plugin, re-enable Pi builds in CI
All checks were successful
CI / flake-check (pull_request) Successful in 35s
CI / build-hosts (pull_request) Successful in 6m51s

markdown-preview.nvim runs yarn install with native Node.js binaries
that crash under QEMU aarch64 emulation. The plugin is also useless
on headless servers (requires a browser). Removing it allows the Pi
build to succeed in CI again.

Re-enabled Pi build and SD image jobs in both ci.yml and deploy.yml.
This commit is contained in:
steffen 2026-03-14 15:12:24 +01:00
parent 2a418868e6
commit c81b43530a
3 changed files with 80 additions and 20 deletions

View file

@ -22,6 +22,5 @@ jobs:
- name: Build cryodev-main
run: nix build .#nixosConfigurations.cryodev-main.config.system.build.toplevel --impure
# Pi build disabled: QEMU emulation crashes on Node.js packages
# - name: Build cryodev-pi
# run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure
- name: Build cryodev-pi
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure --extra-platforms aarch64-linux