Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 17, 2024
1 parent 4ecf5fb commit 761c1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/actions/do_build_opencl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
sudo apt-get install --yes gcc-11-aarch64-linux-gnu g++-11-aarch64-linux-gnu
sudo apt-get update
sudo apt-get install --yes qemu-user
echo WHICH && which qemu-aarch64
echo WHICH1 && which qemu-aarch64
- name: build opencl cts
shell: bash
Expand All @@ -65,6 +65,9 @@ runs:
popd
# do build
set -x
echo WHICH2 && which qemu-aarch64
echo CAT && cat ${{ steps.calc_vars.outputs.toolchain }}
echo FIND1 && sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
cmake -G Ninja $CMAKE_TOOLCHAIN $GITHUB_WORKSPACE/OpenCL-CTS \
-DCMAKE_BUILD_TYPE=Release \
-DOPENCL_LIBRARIES=OpenCL \
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/run_opencl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ runs:
CTS_FILTER: cts-3.0-online-ignore-linux-host.csv
CTS_TIMEOUT: 18:00:00 # OK for github?
run: |
echo FINDING:
sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
echo FIND2 && sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
cd "$GITHUB_WORKSPACE/OpenCL-CTS"
echo "Running OpenCL CTS tests with CTS file $CTS_CSV_FILE with filter $CTS_FILTER"
set -x
Expand Down

0 comments on commit 761c1cd

Please sign in to comment.