Adjust regexp
This commit is contained in:
2
.github/python_matcher.json
vendored
2
.github/python_matcher.json
vendored
@@ -8,7 +8,7 @@
|
|||||||
"file": 1
|
"file": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$",
|
"regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((.*)\\)$",
|
||||||
"message": 2
|
"message": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -342,8 +342,8 @@ class OpenSKInstaller:
|
|||||||
env["RUSTFLAGS"] = " ".join(rust_flags)
|
env["RUSTFLAGS"] = " ".join(rust_flags)
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
"cargo", "build",
|
"cargo",
|
||||||
"--release", "--target={}".format(props.arch),
|
"build", "--release", "--target={}".format(props.arch),
|
||||||
"--features={}".format(",".join(self.args.features))
|
"--features={}".format(",".join(self.args.features))
|
||||||
]
|
]
|
||||||
if is_example:
|
if is_example:
|
||||||
|
|||||||
Reference in New Issue
Block a user