diff options
Diffstat (limited to 'templates/feature/agl-ci/99_local.conf.inc')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 33863fad1..37e0ce39b 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -30,3 +30,7 @@ INHERIT += "buildstats-summary" #PRSERV_HOST = "${AGL_HOST_PRSERV}:8181" IMAGE_INSTALL:append = " curl" + +# disable lttng due to build errors +LTTNGMODULES:forcevariable = "" +LTTNGTOOLS:forcevariable = "" |