-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add support for linux/s390x architecture #25139
Merged
jpkrohling
merged 1 commit into
open-telemetry:main
from
bwalk-at-ibm:s390x-platform-enablement
Sep 20, 2023
Merged
Add support for linux/s390x architecture #25139
jpkrohling
merged 1 commit into
open-telemetry:main
from
bwalk-at-ibm:s390x-platform-enablement
Sep 20, 2023
Conversation
This file contains 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
bwalk-at-ibm
force-pushed
the
s390x-platform-enablement
branch
from
August 14, 2023 06:51
b462365
to
e90f461
Compare
Fixed typo in package verification script. |
bwalk-at-ibm
force-pushed
the
s390x-platform-enablement
branch
from
August 28, 2023 07:59
e90f461
to
f514dd8
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Ping :) Anyone wants to have a look? |
This commit enables platform support for the `linux/s390x` architecture in the CI pipeline. Signed-off-by: Bjoern Walk <[email protected]>
bwalk-at-ibm
force-pushed
the
s390x-platform-enablement
branch
from
September 15, 2023 03:26
b82844b
to
df80fa0
Compare
Fixed more typos in the verification script :) |
jpkrohling
approved these changes
Sep 20, 2023
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this pull request
Nov 12, 2023
The `s390x` CPU architecture is the base for IBM zSeries (aka mainframe) systems. It is beneficial for users of this platform to have a supported way to install pre-compiled binaries for the OpenTelemetry collector in a Linux environment. This issue and associated pull requests will enable the building of all relevant binary artifacts for `linux/s390x` as part of the regular CI pipeline. IBM has performed tests internally to ensure successful build (via cross-compilation) and runtime (on native platform) integrity of the OpenTelemetry collector (core and contrib) via the unit test suites and specific use-cases. For more information and discussion please refer to the initial feature request issue (open-telemetry/opentelemetry-collector-releases#378). Resolves: open-telemetry#25138 Signed-off-by: Bjoern Walk <[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.
The
s390x
CPU architecture is the base for IBM zSeries (aka mainframe) systems. It is beneficial for users of this platform to have a supported way to install pre-compiled binaries for the OpenTelemetry collector in a Linux environment. This issue and associated pull requests will enable the building of all relevant binary artifacts forlinux/s390x
as part of the regular CI pipeline.IBM has performed tests internally to ensure successful build (via cross-compilation) and runtime (on native platform) integrity of the OpenTelemetry collector (core and contrib) via the unit test suites and specific use-cases.
For more information and discussion please refer to the initial feature request issue (open-telemetry/opentelemetry-collector-releases#378).
Resolves: #25138