mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-0: Making build fail if "UNKNOWN" wheel is produced due to old pip.
This commit is contained in:
@@ -65,6 +65,9 @@ task buildPyPackage {
|
||||
if (exec.result.get().exitValue != 0) {
|
||||
throw new GradleException(exec.standardError.asText.get().strip())
|
||||
}
|
||||
if (exec.standardOutput.asText.get().contains("Successfully built UNKNOWN")) {
|
||||
throw new GradleException("UNKNOWN wheel built...upgrade pip")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user