There was an error while loading. Please reload this page.
1 parent 939c2e0 commit 4668e1aCopy full SHA for 4668e1a
5 files changed
ci/codebuild/amazonlinux-2.yml
@@ -5,7 +5,7 @@ phases:
5
- yum install -y zip
6
build:
7
commands:
8
- - cmake3 -S . -B build -DENABLE_TESTS=ON -DTEST_RESOURCE_PREFIX=al2arm -GNinja
+ - cmake3 -S . -B build -DBUILD_SHARED_LIBS=ON -DENABLE_TESTS=ON -DTEST_RESOURCE_PREFIX=al2arm -GNinja
9
- cd build
10
- ninja-build
11
- ninja-build aws-lambda-package-lambda-test-fun
0 commit comments