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