Skip to content
Snippets Groups Projects
Commit 72834dc6 authored by dgelessus's avatar dgelessus
Browse files

Remove 32-bit Linux probcli download

probcli no longer supports 32-bit Linux and the nightly version for it
hasn't been updated since April 2019.
parent 26453f88
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ task downloadCli { ...@@ -71,7 +71,7 @@ task downloadCli {
delete file(dir) delete file(dir)
new File(dir).mkdirs() new File(dir).mkdirs()
['leopard64':'macos','linux32':'linux','linux64':'linux64','win64':'windows'].each { ['leopard64':'macos','linux64':'linux64','win64':'windows'].each {
def n = it.getKey() def n = it.getKey()
def targetdir = dir + it.getValue() def targetdir = dir + it.getValue()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment