We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147683 commit 6b009dbCopy full SHA for 6b009db
1 file changed
.builder/actions/build_samples.py
@@ -44,7 +44,7 @@ def run(self, env):
44
'servicetests/tests/ShadowUpdate/',
45
]
46
47
- for sample_path in itertools.chain(samples, servicetests, da_samples, defender_samples):
+ for sample_path in itertools.chain(samples, servicetests, defender_samples):
48
build_path = os.path.join('build', sample_path)
49
steps.append(['cmake',
50
f'-B{build_path}',
0 commit comments