summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/sandboxes/project/project.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sandboxes/project/project.conf b/tests/sandboxes/project/project.conf
index d30996041..951279ac1 100644
--- a/tests/sandboxes/project/project.conf
+++ b/tests/sandboxes/project/project.conf
@@ -13,6 +13,7 @@ options:
arch:
type: arch
description: Current architecture
+ variable: target_arch
values:
- x86-64
- aarch64
@@ -22,3 +23,8 @@ split-rules:
/tests
- |
/tests/*
+
+## This is not *needed* for the tests to pass but having it in the tests, tests that build-arch can be expanded.
+sandbox:
+ build-arch: '%{target_arch}'
+