Commit 71a0c66
Fix .deb library extraction by replacing docker export with docker cp
The docker export | tar --wildcards approach broke when Docker/BuildKit
changed the tar path prefix format, causing all .deb package builds to
fail with "libuv not found in extracted libraries".
Replace with docker cp to extract /usr/lib contents into a temp dir and
pick out the four bundled libraries (libuv, llhttp, sqlite3, libsod).
docker cp already works reliably for binary extraction in the same workflow.
Note: Docker arm/v7 and arm64 builds fail separately due to systemd
postinst crashing (SIGSEGV) under QEMU emulation — an upstream Debian
sid issue unrelated to this change.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5f2d9df commit 71a0c66
1 file changed
Lines changed: 19 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
120 | 117 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 118 | | |
126 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
127 | 128 | | |
128 | | - | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
0 commit comments