Archived
This repository has been archived on 2026-08-20 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
e6fd1100730c497d7a57893bc07c33275c9ebda4
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 1m37s
The multi-stage Docker builder (which installed build-essential, compiled soul-demo, and downloaded k3s inside Docker) was causing RWLayer nil corruption on the runner's overlay2 driver. Every affected run failed at apt-get install in the runtime stage after the builder stage completed. Fix: move k3s download to the CI host runner (same pattern as soul-demo compilation, which now passes reliably). Dockerfile.stage becomes single- stage: no apt-get in a builder stage, no network downloads, just COPY of pre-built binaries. Also adds --no-cache to the main docker build for consistency with the soul-demo step fix.
Description
Neuron marketing site - El-native server
10 MiB
Languages
Emacs Lisp
47.3%
C
34.6%
HTML
7.5%
TypeScript
5.4%
JavaScript
2.4%
Other
2.8%