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

Make sure Bref layers are always added #1615

Merged
merged 5 commits into from
Aug 14, 2023

Conversation

t-richard
Copy link
Member

Trying to fix #1605

config.provider.layers || [], // make sure it's an array
isArmGlobally,
);
config.provider.runtime = 'provided.al2';
Copy link
Member Author

Choose a reason for hiding this comment

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

By deleting this, we lose the global provided.al2 which might be considered a BC break

@mnapoli
Copy link
Member

mnapoli commented Aug 14, 2023

Awesome, thanks!!

I've just added some tests, they passed locally, lets wait for the green build 👍

@mnapoli mnapoli merged commit e2488b4 into brefphp:master Aug 14, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap] using bref/bref 2.1.0
2 participants