Skip to content

Commit 00ec75d

Browse files
committed
Fix C++ test query.
1 parent abca023 commit 00ec75d

File tree

1 file changed

+1
-0
lines changed
  • infra/ansible/roles/build_srcs/tasks

1 file changed

+1
-0
lines changed

infra/ansible/roles/build_srcs/tasks/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
args:
191191
executable: bash
192192
chdir: "{{ src_root }}"
193+
environment: "{{ env_vars | combine({'DEBUG': '1', 'USE_CLANG': '1'}) }}"
193194
when: build_cpp_tests
194195

195196
- name: Read Torchvision pin

0 commit comments

Comments
 (0)