Skip to content

Commit

Permalink
Added s390x arch into CMake build. (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
velemas authored Mar 2, 2022
1 parent 1fe14b9 commit 84394fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ else()
set(ARCH mips)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv.*|RISCV.*)")
set(ARCH riscv)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(s390x.*|S390X.*)")
set(ARCH s390x)
else()
message(
FATAL_ERROR
Expand Down

1 comment on commit 84394fd

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 84394fd Previous: 1fe14b9 Ratio
BM_BaselineBuffer/2 9265100.955963135 ns/iter 3337658.166885376 ns/iter 2.78

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.