Skip to content
Snippets Groups Projects
Commit 047f1b9d authored by Todd Gamblin's avatar Todd Gamblin
Browse files

disable parallel install for glib (found races)

parent b7b4faff
Branches
Tags
No related merge requests found
...@@ -16,4 +16,4 @@ class Glib(Package): ...@@ -16,4 +16,4 @@ class Glib(Package):
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix) configure("--prefix=%s" % prefix)
make() make()
make("install") make("install", parallel=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment