-
Notifications
You must be signed in to change notification settings - Fork 239
Fix os compatibility test local builds on arm64 hosts #338
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
carlzogh
reviewed
May 6, 2022
aws-lambda-java-runtime-interface-client/test/integration/codebuild-local/codebuild_build.sh
Outdated
Show resolved
Hide resolved
carlzogh
reviewed
May 6, 2022
aws-lambda-java-runtime-interface-client/test/integration/codebuild/buildspec.os.alpine.yml
Outdated
Show resolved
Hide resolved
carlzogh
reviewed
May 6, 2022
...mbda-java-runtime-interface-client/test/integration/codebuild/scripts/run_invocation_test.sh
Outdated
Show resolved
Hide resolved
...mbda-java-runtime-interface-client/test/integration/codebuild/scripts/run_invocation_test.sh
Show resolved
Hide resolved
carlzogh
approved these changes
May 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zsombor-balogh!
smirnoal
approved these changes
May 6, 2022
Sordie
pushed a commit
to Sordie/aws-lambda-java-libs
that referenced
this pull request
May 14, 2022
* Fix os compatibility test local builds on arm64 hosts * Extract log fetching and clean up to separate scripts
andclt
pushed a commit
that referenced
this pull request
Aug 22, 2022
* feat(events): add lex v2 event and response * fix(events): typo * feat(serialization): add lex v2 event test * Ensure at build time that the jni parts of the runtime-interface-client are compiled for the correct architectures * Update aws-lambda-java-runtime-interface-client.yml * version bump aws-lambda-java-runtime-interface-client 2.1.0 -> 2.1.1 * Update RELEASE.CHANGELOG.md * fix: typo * Update Curl to 7.83.0 * remove invalid link from README (#333) * Fix os compatibility tests by enabling multi-platform build and testing (#334) * Fix os compatibility tests by enabling multi-platform build and testing * Extract environment setup script * Use correct package name prefix of 'NativeClient' class (#335) * Fix os compatibility test local builds on arm64 hosts (#338) * Fix os compatibility test local builds on arm64 hosts * Extract log fetching and clean up to separate scripts * feat(events): move lex v2 event test * chore(events): revert merge failures * fix: mapping errors * feat: add sentiment and kendra response * feat(events): add kendra response to event * fix(events): provide expected json for tests * chore(events): add response test * chore(events): remove cloneable interface and update year * feat(events): keep slots with null value Co-authored-by: Bryan Moffatt <[email protected]> Co-authored-by: Bryan Moffatt <[email protected]> Co-authored-by: hsukanya <[email protected]> Co-authored-by: zsombor-balogh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Fix os compatibility tests on arm64 host local builds:
codebuild_build.sh
script from upstream to be able to setlocal_agent_image
arm64
specific local agent image when running onarm64
hostarm64
withx86_64
being emulated (this combination timed out with previous 10 sec configuration)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.