Skip to content

Commit 67d5d6c

Browse files
committed
test: use a fork of yara-rust to fix tests on big endian arch
1 parent d484023 commit 67d5d6c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ members = [
1717
# - Handle VirtualSize=0 when searching through sections
1818
# - 89de6a730a4f60c005862b294de2f9fe444d1235
1919
object = { git = 'https://github.com/vthib/boreal-object', branch = "version-0.30" }
20+
21+
# Fork of yara crate, for fixes not yet published.
22+
#
23+
# - Fix of compilation on big-endian architectures:
24+
# <https://github.com/Hugal31/yara-rust/pull/103>
25+
yara = { git = 'https://github.com/vthib/yara-rust', branch = "version-0.17.0" }

0 commit comments

Comments
 (0)