Skip to content

Commit

Permalink
Use system clang instead of rocm's clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUT committed Nov 22, 2024
1 parent 00639ad commit 8c9a2b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ jobs:
du -h -d 1 ~/.ccache
- name: Update PATH
run: |
echo "/opt/rocm/llvm/bin" >> $GITHUB_PATH
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
- name: Install pip dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ jobs:

- name: Update PATH
run: |
echo "/opt/rocm/llvm/bin" >> $GITHUB_PATH
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

- name: Install pip dependencies
run: |
Expand Down

0 comments on commit 8c9a2b8

Please sign in to comment.