[gnome-build-meta/abderrahim/buildstream-dirs] build.conf: use absolute path for artifactdir and builddir




commit 8d6dfffe235b40cb045cf448bc347572c4fededb
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Feb 9 09:06:09 2021 +0100

    build.conf: use absolute path for artifactdir and builddir
    
    bst breaks if it isn't absolute

 build.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build.conf b/build.conf
index 6e48766f..95917b9b 100644
--- a/build.conf
+++ b/build.conf
@@ -3,9 +3,9 @@
 # The log directory
 logdir: logs
 
-# build area and artifacts inside the repo
-builddir: cache/build
-artifactdir: cache/artifacts
+# build area and artifacts
+builddir: /buildstream-cache/build
+artifactdir: /buildstream-cache/artifacts
 
 # and sources in the dedicated volume
 sourcedir: /cache/buildstream/sources


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]