Skip to content

Conversation

@torresxb1
Copy link
Contributor

Issue #, if available:

Description of changes:

  • Adds new parameter so lambda builders knows whether it should build in source
  • Passes parameter into selected workflow

(implementation for each workflow will come in subsequent PRs)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@torresxb1 torresxb1 requested a review from a team as a code owner December 15, 2022 00:02
architecture=params.get("architecture", X86_64),
is_building_layer=params.get("is_building_layer", False),
experimental_flags=params.get("experimental_flags", []),
build_in_source=params.get("build_in_source", None),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default is None because some workflows are built in source by default and some are not. Planning to leave it up to each workflow to handle defaults.

@torresxb1 torresxb1 merged commit 01ab121 into aws:develop Dec 19, 2022
@torresxb1 torresxb1 deleted the in-source-entry branch December 19, 2022 17:10
@torresxb1 torresxb1 restored the in-source-entry branch December 19, 2022 17:11
@torresxb1 torresxb1 deleted the in-source-entry branch December 20, 2022 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants