Skip to content

Commit

Permalink
test new build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 8, 2025
1 parent e35049d commit 572f72f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ jobs:
fail-fast: false
matrix:
target:
# Illumos & DFLY BSD
- x86_64-unknown-illumos
- x86_64-unknown-dragonfly

# MUSL Linux
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl

Expand Down Expand Up @@ -327,10 +332,6 @@ jobs:
# NetBSD
- x86_64-unknown-netbsd

# Illumos & DFLY BSD
- x86_64-unknown-illumos
- x86_64-unknown-dragonfly

# Android
- aarch64-linux-android
- armv7-linux-androideabi
Expand Down Expand Up @@ -371,7 +372,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install podman
RUSTFLAGS="" cargo install cross --force --git https://github.com/cross-rs/cross
RUSTFLAGS="" cargo install cross --force --git https://github.com/ahqsoftwares/cross --branch patch-1
cargo run --release
env:
Expand Down
2 changes: 1 addition & 1 deletion leadman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"json",
"rustls-tls",
] }
ring = "=0.17.12"
ring = "=0.17.13"

[target.'cfg(any(target_arch = "mips", target_arch = "mips64"))'.dependencies]
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 572f72f

Please # to comment.