Skip to content

Commit

Permalink
TEST: build with verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
veselypeta committed Oct 23, 2023
1 parent 767b1fd commit 2a83fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Build
# This is so that device binaries can find the sycl runtime library
run: LD_LIBRARY_PATH=${{github.workspace}}/dpcpp_compiler/lib
cmake --build ${{github.workspace}}/build -j $(nproc)
cmake --build ${{github.workspace}}/build -j $(nproc) -- VERBOSE=1

# Temporarily disabling platform test for L0, because of hang
# See issue: #824
Expand Down

0 comments on commit 2a83fd5

Please sign in to comment.