Skip to content
Snippets Groups Projects
Commit 8211df81 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Adjust regexp

parent 8e182b9d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"file": 1
},
{
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$",
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((.*)\\)$",
"message": 2
},
{
......
......@@ -342,8 +342,8 @@ class OpenSKInstaller:
env["RUSTFLAGS"] = " ".join(rust_flags)
command = [
"cargo", "build",
"--release", "--target={}".format(props.arch),
"cargo",
"build", "--release", "--target={}".format(props.arch),
"--features={}".format(",".join(self.args.features))
]
if is_example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment