serverless-ruby-layer icon indicating copy to clipboard operation
serverless-ruby-layer copied to clipboard

add support for native binaries and directories

Open orangewolf opened this issue 1 year ago • 0 comments

supports things like pdfinfo or wkpdf2html

either native_libs or native_bins entries can end in / doing so copies the directory contents instead of the item. This means

native_libs

  • /opt/lib/

becomes .ruby-layer/build/lib instead of .ruby-layer/build/lib/lib

orangewolf avatar May 17 '23 08:05 orangewolf