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

feat: ruby prod release #1362

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

xuan-cao-swi
Copy link
Contributor

No description provided.

@xuan-cao-swi xuan-cao-swi requested a review from a team June 3, 2024 16:21
ruby/README.md Outdated Show resolved Hide resolved
@@ -78,6 +78,6 @@ jobs:
layer-name: opentelemetry-ruby
component-version: ${{needs.build-layer.outputs.RUBY_SDK_VERSION}}
runtimes: ruby3.2
Copy link
Member

Choose a reason for hiding this comment

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

What's preventing you from adding ruby3.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think current implementation that use template.yaml to build layer restrict multiple runtimes; especially with default GEM_PATH (e.g. ruby/gems/3.2.0). If use template.yaml and sam to build the layer, it will fetch the image
public.ecr.aws/sam/build-<language>-<language_version> (e.g. public.ecr.aws/sam/build-python3.9; public.ecr.aws/sam/build-ruby3.2).

I will create an issue to track the issue and find way to support multiple runtimes under one layer (if possible).

Co-authored-by: Tyler Benson <[email protected]>
@tylerbenson tylerbenson merged commit 4ad304b into open-telemetry:main Jun 3, 2024
9 checks passed
@tylerbenson tylerbenson added the ruby Pull requests that update Ruby code label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants