Skip to content

Commit

Permalink
tweak ninja args
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 5, 2024
1 parent cb29fcd commit a970dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/do_build_sycl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ runs:
-DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/install_dpcpp/bin/clang++" \
-DCMAKE_CXX_FLAGS="--target=${{steps.calc_vars.outputs.arch}}-linux-gnu" \
-DCMAKE_CXX_LINK_FLAGS="-fuse-ld=lld"
ninja -C SYCL-CTS -v -j8 -k 0 || :
#ninja -C SYCL-CTS -v -j8 -k 0 || :
ninja -C SYCL-CTS -v -l 2.5 -k 0 || :
- name: upload artefact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a970dc8

Please sign in to comment.