Skip to content

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Jul 23, 2025

I'm planning to add a build using libc++ to the nightly, so we need clang and libc++ installed.

Installing clang shouldn't cause a problem with the wrong clang being used for LIT testing as we pass the absolute path to the built clang, ex here.

build-e2e:

Run cmake -GNinja -B./build-e2e -S./llvm/sycl/test-e2e \ 
-DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/toolchain/bin/clang++" -DLLVM_LIT="$PWD/llvm/llvm/utils/lit/lit.py" 

run-e2e:

  echo PATH=$PWD/toolchain/bin/:$PATH >> $GITHUB_ENV

We need to specify the clang version to install because of some Ubuntu nonsense.

@sarnex sarnex temporarily deployed to WindowsCILock July 23, 2025 22:29 — with GitHub Actions Inactive
@sarnex sarnex marked this pull request as ready for review July 23, 2025 22:33
@sarnex sarnex requested a review from a team as a code owner July 23, 2025 22:33
@sarnex sarnex temporarily deployed to WindowsCILock July 23, 2025 22:50 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock July 23, 2025 23:32 — with GitHub Actions Inactive
@sarnex sarnex merged commit 4f92029 into intel:sycl Jul 23, 2025
51 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants