summaryrefslogtreecommitdiff
path: root/tests/loader/arches/elements/host-arch-conditional.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/loader/arches/elements/host-arch-conditional.bst')
-rw-r--r--tests/loader/arches/elements/host-arch-conditional.bst20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/loader/arches/elements/host-arch-conditional.bst b/tests/loader/arches/elements/host-arch-conditional.bst
deleted file mode 100644
index 4c9272feb..000000000
--- a/tests/loader/arches/elements/host-arch-conditional.bst
+++ /dev/null
@@ -1,20 +0,0 @@
-kind: pony
-description: |
- An element with host-arches and arches conditionals.
-
- The 'arches' conditional follows --target-arch if specified, while the
- 'host-arches' conditional does not. The 'arches' conditional overrides
- 'host-arches' if both for some reason try to override the same thing.
-config:
- number: 5
-arches:
- x86_64:
- config:
- number: 6
-host-arches:
- x86_64:
- config:
- number: 66
- armv8:
- config:
- number: 88