[gnome-build-meta/abderrahim/revert-flatmgr-changes: 1/4] Revert "project.conf: explicitly set the sandbox architecture"




commit 47817dd6cd33bf99b74fb1043ac72d6e56bdaa2b
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Dec 8 08:38:49 2020 +0100

    Revert "project.conf: explicitly set the sandbox architecture"
    
    This reverts commit 210717cb67a8bec54fd9c26cf46a833b80ffcb12.

 project.conf | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/project.conf b/project.conf
index aea3d1fd..51ce632e 100644
--- a/project.conf
+++ b/project.conf
@@ -2,7 +2,7 @@
 name: gnome
 
 # The minimum base BuildStream format
-format-version: 18
+format-version: 14
 
 # Where elements are stored
 element-path: elements
@@ -101,15 +101,6 @@ environment:
       CXXFLAGS: "%{flags_ppc64le}"
       LDFLAGS: "%{ldflags_defaults}"
 
-sandbox:
-  (?):
-  - arch in ("x86_64", "i686"):
-      build-arch: "x86_64"
-  - arch in ("aarch64", "arm"):
-      build-arch: "aarch64"
-  - arch == "ppc64le":
-      build-arch: "ppc64le"
-
 # Some overrides to element configuration based on type
 #
 # Here we can set a project wide options for various build systems,


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