Skip to content

Commit 821ce09

Browse files
committed
remove musslinux
1 parent 6bc0c76 commit 821ce09

3 files changed

Lines changed: 1 addition & 38 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,26 +61,6 @@ jobs:
6161
target: x86_64
6262
before: yum install -y openssl-devel
6363
dockeropts: ""
64-
- runner: ubuntu-22.04
65-
target: aarch64
66-
before: |
67-
sudo apt-get update -y && \
68-
sudo apt-get install pkg-config libssl-dev -y && \
69-
echo "modversion openssl:" && \
70-
pkg-config --modversion openssl && \
71-
echo "cflags openssl:" && \
72-
pkg-config --cflags openssl && \
73-
echo "libs openssl:" && \
74-
pkg-config --libs openssl
75-
echo ">>> Debug: libssl-dev file list:" && \
76-
dpkg -L libssl-dev && \
77-
echo ">>> Debug: openssl.pc path:" && \
78-
pkg-config --variable=pcfiledir openssl && \
79-
echo ">>> Debug: /usr/lib/*ssl*:" && \
80-
ls -l /usr/lib/*ssl* || true && \
81-
echo ">>> Debug: /usr/include/openssl:" && \
82-
ls -l /usr/include/openssl || true
83-
dockeropts: "--env OPENSSL_DIR='/usr'"
8464
steps:
8565
- uses: actions/checkout@v4
8666
- uses: actions/setup-python@v5

Cargo.lock

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ tar = "0.4"
3030
serde_json = "1.0"
3131
rayon = "1.8.0"
3232
once_cell = "1.21.3"
33-
backoff = { version = "0.4", features = ["tokio"] }
34-
openssl = { version = "0.10", features = ["vendored"], optional = true }
35-
openssl-probe = { version = "0.1", optional = true }
36-
37-
[features]
38-
openssl-vendored = ["dep:openssl", "dep:openssl-probe"]
33+
backoff = { version = "0.4", features = ["tokio"] }

0 commit comments

Comments
 (0)