File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ build-SoxLambdaLayer:
33 curl --fail https://raw.githubusercontent.com/serverlesspub/sox-aws-lambda-binary/master/vendor/bin/sox --output " $( ARTIFACTS_DIR) /bin/sox"
44 chmod +x " $( ARTIFACTS_DIR) /bin/sox"
55
6- mkdir -p "$(ARTIFACTS_DIR)/lib64"
7- curl --fail https://raw.githubusercontent.com/jsonmaur/lambda-audio/master/lib64/libgomp.so.1 --output "$(ARTIFACTS_DIR)/lib64/libgomp.so.1"
6+ # This library is likely needed for SoX to function, but this source has
7+ # vanished. Currently SoX is not used, so this isn't causing any problems, but
8+ # it would need to be resolved in the future if SoX is needed.
9+ # mkdir -p "$(ARTIFACTS_DIR)/lib64"
10+ # curl --fail https://raw.githubusercontent.com/jsonmaur/lambda-audio/master/lib64/libgomp.so.1 --output "$(ARTIFACTS_DIR)/lib64/libgomp.so.1"
You can’t perform that action at this time.
0 commit comments