Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ test-smoke: setup-codebuild-agent
test-integ: setup-codebuild-agent
CODEBUILD_IMAGE_TAG=codebuild-agent test/integration/codebuild-local/test_all.sh test/integration/codebuild

.PHONY: copy-files
copy-files:
npm run copy-files

.PHONY: install
install:
BUILD=$(BUILD) npm install
Expand All @@ -48,7 +44,7 @@ clean:
npm run clean

.PHONY: build
build: copy-files
build:
make install BUILD=1
npm run build

Expand Down
40 changes: 0 additions & 40 deletions binding.gyp

This file was deleted.

Binary file removed deps/aws-lambda-cpp-0.2.6.tar.gz
Binary file not shown.
Binary file removed deps/curl-7_72_0.tar.gz
Binary file not shown.
53 changes: 0 additions & 53 deletions deps/patches/aws-lambda-cpp-add-content-type.patch

This file was deleted.

82 changes: 0 additions & 82 deletions deps/patches/aws-lambda-cpp-add-xray-response.patch

This file was deleted.

36 changes: 0 additions & 36 deletions deps/patches/aws-lambda-cpp-make-lto-optional.patch

This file was deleted.

This file was deleted.

Loading