Skip to content

Commit ac16c9a

Browse files
authored
Update to [email protected] and support node22
1 parent 501d1e5 commit ac16c9a

Some content is hidden

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

66 files changed

+72
-30
lines changed

build-layer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
# yum install gcc-c++ cairo-devel pango-devel libjpeg-turbo-devel giflib-devel librsvg2-devel pango-devel bzip2-devel jq python3 -y
77
#
88
# Setting Up Node.js, refer https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html for details
9-
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
9+
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
1010
# . ~/.nvm/nvm.sh
1111
# nvm install --lts
1212
#
1313
set -e
1414

1515
LAYER_NAME=canvas-nodejs
1616
LAYER_DESCRIPTION="Cairo backed Mozilla Web Canvas API implementation layer for AWS Lambda"
17-
LAYER_VERSION=2.11.4
17+
LAYER_VERSION=3.1.0
1818
LAYER_AUTHOR="Charoite Lee"
1919

2020
DOT_CHAR="."
2121
NODE_VERSION=$(node -v)
2222
NODE_VERSION=${NODE_VERSION:1}
23-
SEMVER_VERSION=7.6.3
23+
SEMVER_VERSION=7.7.1
2424

2525
# Remove packaged layer if exists
2626
if [ -n "$(find . -name 'canvas-nodejs_v*.zip')" ]; then

lib/libEGL.so.1

-82 KB
Binary file not shown.

lib/libGL.so.1

-569 KB
Binary file not shown.

lib/libGLX.so.0

-73.1 KB
Binary file not shown.

lib/libGLdispatch.so.0

-626 KB
Binary file not shown.

lib/libICE.so.6

-102 KB
Binary file not shown.

lib/libSM.so.6

-31.5 KB
Binary file not shown.

lib/libX11.so.6

85 KB
Binary file not shown.

lib/libXau.so.6

4.7 KB
Binary file not shown.

lib/libXext.so.6

12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)