Commit e0944b42 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/glib: fix compilation on older Debian

parent 8b82cdb1
Pipeline #30145 failed with stage
......@@ -14,6 +14,9 @@ extends =
parts =
glib
[gcc]
min_version = 8
[glib]
recipe = slapos.recipe.cmmi
shared = true
......
  • on debian 9 I had another problem, a build script of glib is using system python, but that system python is too old, I think we should do something like !1437 (merged)

  • It's strange, this was enough for me (at least to build slapos-node package on OBS).

  • Anyway, I agree with !1437 (merged)

  • Thanks @tomo I understood why it worked for you and not for me, in component/defaults.cfg we set injects buildout's python in PATH, so this was a problem only for python2 softwares.

  • mentioned in merge request !1437 (merged)

    Toggle commit list
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment