Skip to content

Commit 91d1f22

Browse files
committed
Enable sanitizer for Arch instead since it's using a newer compiler
1 parent 66fd814 commit 91d1f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/codebuild/arch-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ phases:
44
build:
55
commands:
66
- echo Build started on `date`
7-
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-archbtw
7+
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-archbtw -DENABLE_SANITIZERS=ON
88
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
99
- echo Build completed on `date`

ci/codebuild/ubuntu-18.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ phases:
44
build:
55
commands:
66
- echo Build started on `date`
7-
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-ubuntu1804 -DENABLE_SANITIZERS=ON
7+
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-ubuntu1804
88
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
99
- echo Build completed on `date`

0 commit comments

Comments
 (0)