remove markdown-preview plugin, re-enable Pi builds in CI
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:
parent
2a418868e6
commit
c81b43530a
3 changed files with 80 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue