Skip to content

Commit

Permalink
build: add a "vendored" flag for the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 18, 2024
1 parent f113cd0 commit b3f8cde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions agent/Cargo.toml
Expand Up @@ -44,6 +44,9 @@ openssl = { version = "0.10", optional = true, features = ["v111"] }
default = [
"openssl"
]
vendored = [
"openssl?/vendored"
]

openssl = [
"dep:openssl",
Expand Down

0 comments on commit b3f8cde

Please sign in to comment.