Skip to content

Commit 6b009db

Browse files
committed
remove da_samples
1 parent c147683 commit 6b009db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.builder/actions/build_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(self, env):
4444
'servicetests/tests/ShadowUpdate/',
4545
]
4646

47-
for sample_path in itertools.chain(samples, servicetests, da_samples, defender_samples):
47+
for sample_path in itertools.chain(samples, servicetests, defender_samples):
4848
build_path = os.path.join('build', sample_path)
4949
steps.append(['cmake',
5050
f'-B{build_path}',

0 commit comments

Comments
 (0)