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 736193d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,10 @@ jobs:
mkdir -p ~/.ccache
du -h -d 1 ~/.ccache
- name: Update PATH
- name: Update compiler to clang
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
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,10 @@ jobs:
- *restore-build-artifacts-step
- *inspect-cache-directories-step

- name: Update PATH
- name: Update compiler to clang
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 736193d

Please sign in to comment.