Skip to content

Commit

Permalink
cranking up clang version in ci...
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki authored Oct 27, 2023
1 parent 1f8841a commit df055de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
sudo apt-get -y install gcc-11 g++-11 build-essential ninja-build git file libopencv-dev uuid-dev libglfw3-dev libxinerama-dev libxcursor-dev libxi-dev
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 14
sudo ./llvm.sh 15
# - name: "Setup CUDA"
# uses: Jimver/[email protected]
# with:
# linux-local-args: '["--toolkit"]'
- name: "Run Tests"
run: |
RUST_BACKTRACE=full CC=clang-14 CXX=clang++-14 cargo test --verbose -- --nocapture
RUST_BACKTRACE=full CC=clang-15 CXX=clang++-54 cargo test --verbose -- --nocapture
# - name: "Run CUDA Tests"
# run: CC=clang-14 CXX=clang++-14 LUISA_TEST_DEVICE=cuda cargo test --features cuda --verbose --release

0 comments on commit df055de

Please sign in to comment.