mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
This adds a test in the `integration_test.yml` workflow to verify that `libFoundation.so`, `libFoundationInternationalization.so`, and `lib_FoundationICU.so` and not linked the the function binary. This is a follow up from the work make by @t089 to ensure that we don't accidentally link Foundation again in the future. Remove Foundation : https://github.com/swift-server/swift-aws-lambda-runtime/pull/436 Add test in CI to ensure we don't link to foundation : https://github.com/swift-server/swift-aws-lambda-runtime/issues/402