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

add cgo lib #231

Merged
merged 4 commits into from
Jul 9, 2024
Merged

add cgo lib #231

merged 4 commits into from
Jul 9, 2024

Conversation

yuyang0914
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Jul 9, 2024

Deploy Preview for reviewbot-x canceled.

Name Link
🔨 Latest commit 1d27e87
🔍 Latest deploy log https://app.netlify.com/sites/reviewbot-x/deploys/668caaba55bbe200085b4465

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.90%. Comparing base (f30d677) to head (1d27e87).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   43.90%   43.90%           
=======================================
  Files          11       11           
  Lines         984      984           
=======================================
  Hits          432      432           
  Misses        515      515           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -15,7 +15,7 @@ FROM alpine:3.20 as runner
# Do not install unnecessary tools to reduce image size.
RUN set -eux \
apk update && \
apk --no-cache add ca-certificates luacheck cppcheck shellcheck git openssh yarn libpcap-dev curl
apk --no-cache add ca-certificates luacheck cppcheck shellcheck git openssh yarn libpcap-dev curl gcc
WORKDIR /
# check binary
Copy link
Contributor

Choose a reason for hiding this comment

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

要在这里检查下希望装的包

Copy link
Contributor Author

Choose a reason for hiding this comment

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

要在这里检查下希望装的包

done

@CarlJi CarlJi merged commit 7b380c7 into qiniu:master Jul 9, 2024
7 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.

2 participants