Commit 56596a58 authored by Jérome Perrin's avatar Jérome Perrin

XXX try erp5 with "default" gcc

parent ad3765e4
Pipeline #9263 failed with stage
in 0 seconds
...@@ -5,9 +5,8 @@ extends = ...@@ -5,9 +5,8 @@ extends =
../../stack/lamp/buildout.cfg ../../stack/lamp/buildout.cfg
[gcc] [gcc]
# For old version of glibmm. # Always build GCC
part = gcc-5.5 max_version = 0
max_version = 6
[nc-download-base] [nc-download-base]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
......
...@@ -84,10 +84,15 @@ parts += ...@@ -84,10 +84,15 @@ parts +=
# jupyter # jupyter
jupyter-notebook-initialized-scripts jupyter-notebook-initialized-scripts
[gcc] #[gcc]
# KumoFS is known not to build with gcc>6. # KumoFS is known not to build with gcc>6.
# It may work with slightly more recent but not tested. # It may work with slightly more recent but not tested.
part = gcc-5.5 #part = gcc-5.5
# XXX seems to work with 8.2.0
[gcc]
# Always build GCC
max_version = 0
# override instance-jupyter-notebook not to render into default template.cfg # override instance-jupyter-notebook not to render into default template.cfg
[instance-jupyter-notebook] [instance-jupyter-notebook]
......
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