Skip to content

Commit 4a34cac

Browse files
authored
ci: Nightly fixes (2026-08-11) (#38156)
Based on https://buildkite.com/materialize/nightly/builds/18023
1 parent 767b86c commit 4a34cac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎deny.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ ignore = [
299299
# untrusted XML.
300300
"RUSTSEC-2026-0194",
301301
"RUSTSEC-2026-0195",
302+
# `bitmaps` is unmaintained
303+
"RUSTSEC-2026-0247",
302304
]
303305

304306
# Must be manually kept in sync with about.toml.

‎misc/python/materialize/sqlancer.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
r"must use value within",
115115
r"zero raised to a negative power is undefined",
116116
r"range type over",
117-
r"at the beginning of a statement",
117+
r"Evaluation error: Unexpected keyword .* at the beginning of a statement",
118118
]
119119

120120

0 commit comments

Comments
 (0)