summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/filter/parent.bst
blob: 35ac74d35b80e8eadbbd438d37df96000129f5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kind: compose
depends:
- filename: base.bst
  type: build
public:
  bst:
    integration-commands:
    - touch /foo
config:
  # `sh` is `/bin/sh`, and `/bin` is not covered by any split rule
  # As a result, to include `sh` in the image, we need to include orphans
  #
  # However we can use this to minimise the size of the artifacts, which
  # will hopefully reduce test time
  #
  include-orphans: True
  include:
  - runtime
  exclude:
  - runtime