Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
77 stars 28 forks source link

Build with ssl #37

Closed ikrivosheev closed 3 years ago

ikrivosheev commented 3 years ago
  1. Add github actions: https://github.com/ikrivosheev/yara-rust/actions/runs/1060472191
  2. Fix build with openssl
ikrivosheev commented 3 years ago

I have an alternative solution using autotools. In order not to have problems with build yara. What do @Hugal31 think? I can make other PR.

Hugal31 commented 3 years ago

I am not familiar with autotools. Will it work on windows? Also, can you add a Github action test on windows without SSL?

ikrivosheev commented 3 years ago

I am not familiar with autotools. Will it work on windows? Also, can you add a Github action test on windows without SSL?

Done: https://github.com/ikrivosheev/yara-rust/actions/runs/1070812124 I add test without openssl