mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-06 02:21:21 +00:00
feat: Python Plugins
This commit is contained in:
@@ -161,6 +161,12 @@ modules:
|
||||
- /include
|
||||
- "*.a"
|
||||
- "*.la"
|
||||
# CPython headers: useless at runtime (no compiler in the runtime
|
||||
# sandbox, so C-extension source builds can't happen anyway), and a
|
||||
# few MB of bloat. /app/libpython is installed by this module, so the
|
||||
# entry must live in THIS module's cleanup (module-level cleanup only
|
||||
# matches files the module itself installed).
|
||||
- /libpython/include
|
||||
|
||||
sources:
|
||||
# OrcaSlicer deps/ directory (avoids copying .git from worktree)
|
||||
|
||||
Reference in New Issue
Block a user