blob: 1a970acdeb4559f5d643e51b3ff9d2233d08fdca [file] [log] [blame]
name: test
options:
build_arch:
type: arch
description: Architecture
variable: build_arch
values:
- i586
- x86_64
# The work_around.yml sets this to false in it's conditional
# and we set it to true, testing here that the including
# fragment still takes precedence over any included fragments.
variables:
(?):
- build_arch == "i586":
enable-work-around: "true"
(@):
- extra_conf.yml
- work_around.yml