We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491af71 commit 12254d7Copy full SHA for 12254d7
.github/workflows/tests.yaml
@@ -61,7 +61,9 @@ jobs:
61
os: ubuntu-latest
62
rust: stable
63
target: i686-unknown-linux-gnu
64
- args: ""
+ # yara-x-py is excluded because the Python version installed in the
65
+ # host is 64-bits, but the YARA-X library is 32-bits.
66
+ args: "--features=rules-profiling --workspace --exclude=yara-x-py"
67
rust_flags: "-Awarnings"
68
experimental: false
69
@@ -77,7 +79,9 @@ jobs:
77
79
os: windows-latest
78
80
81
target: i686-pc-windows-msvc
- args: "--features=rules-profiling"
82
83
84
85
86
87
0 commit comments