Skip to content

Commit 6224eaa

Browse files
committed
[test] debug message
1 parent c69e874 commit 6224eaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/run-tests/benchmark_v2/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ runs:
115115
116116
# First line of --version is formatted 'clang version ... (<repo> <commit>)'
117117
# thus we parse for (<repo> <commit>):
118+
clang++ --version
118119
sycl_git_info="$(clang++ --version | head -n 1 | grep -oE '\([^ ]+ [a-f0-9]+\)$')" | tr -d '()'
119120
if [ -z "$sycl_git_info" ]; then
120121
echo "Error: Unable to deduce SYCL build source repo/commit: Are you sure dpcpp variable is in PATH?"

0 commit comments

Comments
 (0)