-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken5.scope: trackingLong-lived issue tracking long-term fixes or multiple sub-problemsLong-lived issue tracking long-term fixes or multiple sub-problems6.topic: emacsText editorText editor
Description
In #328573, ignoreCompilationError is added to elisp build helpers. To keep the old behavior, its default value is true, which means nix build succeeds even if there are native compilation errors.
Flipping the default value of ignoreCompilationError to false means native compilation errors cause nix build to fail. This is desirable because native compilation errors usually mean packaging issues or issues in the package itself.
In my test, 12.7% of emacsPackages fail to build if ignoreCompilationError is set to false. So to flip its default value, we need to fix native compilation for those packages first.
The first and easy part is done in #335440.
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken5.scope: trackingLong-lived issue tracking long-term fixes or multiple sub-problemsLong-lived issue tracking long-term fixes or multiple sub-problems6.topic: emacsText editorText editor