Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update backward.h to v1.6 upstream release #154

Merged
merged 16 commits into from
Aug 23, 2022
2 changes: 1 addition & 1 deletion ci/codebuild/amazonlinux-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ phases:
- yum install -y zip
build:
commands:
- 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
- cd build
- ninja-build
- ninja-build aws-lambda-package-lambda-test-fun
Expand Down
Loading