Skip to content
Snippets Groups Projects
Commit 85cdc274 authored by Mick Jordan's avatar Mick Jordan
Browse files

ci.hocon: fix nested "packages"

parent c3e3dfe1
No related branches found
No related tags found
No related merge requests found
...@@ -51,12 +51,10 @@ packagesLinux : ${pkgEnvironment} { ...@@ -51,12 +51,10 @@ packagesLinux : ${pkgEnvironment} {
} }
packagesDarwin : { packagesDarwin : {
packages : { "pip:astroid" : "==1.1.0"
"pip:astroid" : "==1.1.0" "pip:pylint" : "==1.1.0"
"pip:pylint" : "==1.1.0" "xz" : ""
"xz" : "" # assume pcre/z system installed
# assume pcre/z system installed
}
} }
# Common settings for all builds but note that it uses the Linux package settings, # Common settings for all builds but note that it uses the Linux package settings,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment