Skip to content

Commit

Permalink
Run apt update before install thrift dependencies (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Feb 19, 2022
1 parent cf7f9e2 commit 1026ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/setup_thrift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e
export DEBIAN_FRONTEND=noninteractive
export THRIFT_VERSION=0.14.1

apt update

if ! type cmake > /dev/null; then
#cmake not installed, exiting
exit 1
Expand Down

1 comment on commit 1026ec3

@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: 1026ec3 Previous: cf7f9e2 Ratio
BM_BaselineBuffer/1 16163980.960845947 ns/iter 597639.3222808838 ns/iter 27.05
BM_LockFreeBuffer/1 3709250.4501342773 ns/iter 814220.4284667969 ns/iter 4.56

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

Please sign in to comment.