Skip to content

Commit 5dd9b41

Browse files
committed
1 parent 5752a80 commit 5dd9b41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3
-3
lines changed

build-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ cp package-lock.json ..
4242

4343
# Prepare and package layer
4444
cd ..
45-
find nodejs/node*/node_modules -type f -name '*.node' 2>/dev/null | grep -v 'obj\.target' | xargs ldd | awk 'NF == 4 { system("cp " $3 " lib") }'
45+
find nodejs/node* -type f -name '*.node' 2>/dev/null | grep -v 'obj\.target' | xargs ldd | awk 'NF == 4 { system("cp " $3 " lib") }'
4646
zip -q -r canvas-nodejs_v$LAYER_VERSION.zip . -x LICENSE README.md .git/**\* nodejs/test/**\* *.yml build-layer.sh

lib/libX11.so.6

-76.8 KB
Binary file not shown.

lib/libXau.so.6

-4.69 KB
Binary file not shown.

lib/libXext.so.6

-12.5 KB
Binary file not shown.

lib/libXrender.so.1

-8.61 KB
Binary file not shown.

lib/libblkid.so.1

62.5 KB
Binary file not shown.

lib/libbrotlicommon.so.1

-140 KB
Binary file not shown.

lib/libbrotlidec.so.1

-51.9 KB
Binary file not shown.

lib/libbz2.so.1

-12.6 KB
Binary file not shown.

lib/libc.so.6

-347 KB
Binary file not shown.

0 commit comments

Comments
 (0)