Skip to content

Commit 316b36f

Browse files
committed
Bump graviola to v0.4.1
1 parent 052d958 commit 316b36f

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

build_system/tests.rs

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ static REGEX: CargoProject = CargoProject::new(REGEX_REPO.source_dir(), "regex_t
146146
pub(crate) static GRAVIOLA_REPO: GitRepo = GitRepo::github(
147147
"ctz",
148148
"graviola",
149-
"c779b83cfd7114c4802293700c92cfb5e05cb4b7",
149+
"7763d0cc617d6f5f66c3bc0fe9b3d8581d781b6a", // v0.4.1
150150
&["thirdparty/cavp", "thirdparty/wycheproof"],
151-
"e0925ceb21a56101",
151+
"7fa5a75b9fb1ac40",
152152
"graviola",
153153
);
154154

@@ -231,16 +231,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
231231
test_cmd.env("GRAVIOLA_CPU_DISABLE_avx512bw", "1");
232232
test_cmd.env("GRAVIOLA_CPU_DISABLE_avx512vl", "1");
233233

234-
test_cmd.args([
235-
"-p",
236-
"graviola",
237-
"--lib",
238-
"--",
239-
"-q",
240-
// FIXME: Disable AVX-512 until intrinsics are supported.
241-
"--skip",
242-
"check_counter512",
243-
]);
234+
test_cmd.args(["-p", "graviola", "--lib", "--", "-q"]);
244235
spawn_and_wait(test_cmd);
245236
} else {
246237
eprintln!("Cross-Compiling: Not running tests");

0 commit comments

Comments
 (0)