Skip to content

Commit 14cf276

Browse files
committed
Remove broken download
1 parent 5b43888 commit 14cf276

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/sox/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)