[gnome-build-meta/abderrahim/buildstream-dirs-38] build.conf: use absolute path for artifactdir and builddir
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/buildstream-dirs-38] build.conf: use absolute path for artifactdir and builddir
- Date: Tue, 9 Feb 2021 09:54:31 +0000 (UTC)
commit 35578f372718e08de1aa0ff632b7cb75b8f69c3e
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]