Commit d018b42e authored by Ophélie Gagnard's avatar Ophélie Gagnard

Switch to branch minimal-installation. Fix some bugs.

parent 61562557
......@@ -2,12 +2,13 @@
extends =
../../stack/slapos.cfg
../../component/defaults.cfg
../../component/gcc/buildout.cfg
# used to link with python3
#../../pkg-config
# used in the Cython+/C++ code
# ../../component/fmtlib/buildout.cfg
../../component/fmtlib/buildout.cfg
# used to compile fluentbit
# ../../component/golang/buildout.cfg
../../component/golang/buildout.cfg
# dracut dependencies:
# ../../component/bash/buildout.cfg
# ../../component/cpio/buildout.cfg
......@@ -21,9 +22,10 @@ extends =
# ../../component/util-linux/buildout.cfg
parts =
gcc-8.5
fmtlib
golang1.17
metadata-collect-agent
# fmtlib
# golang1.17
# dracut
[metadata-collect-agent]
......@@ -35,11 +37,12 @@ make-targets =
install-no-dracut
environment =
INCLUDE_PYTHON=${python3:location}
PREFIX=@@LOCATION@@
[mca-gitclone]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/metadata-collect-agent.git
branch = clean-installation
branch = minimal-installation
#[python]
#part = python3.7
......
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