node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit b55e1f53e729f7c0c1d9a057ab49e5377fe3348f
parent e5f190644548fbc83db75c884ae192bfee5d67fe
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 30 Sep 2023 18:30:54 +0200

Try disabling openssl requirement

Diffstat:
M.github/workflows/CI.yml | 2+-
MCargo.toml | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -60,7 +60,7 @@ jobs: strip -x *.node - host: ubuntu-latest target: aarch64-unknown-linux-gnu - docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:stable-2023-09-17-aarch64 + docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64 build: |- set -e && sudo apt-get install -y automake libtool make gcc pkg-config libmagic-dev libssl-dev && diff --git a/Cargo.toml b/Cargo.toml @@ -20,7 +20,6 @@ serde_json = "1.0.107" yara = { version = "0.21.0", features = [ "yara-static", "module-magic", - "module-hash", "serde", ] }