mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[BUILD] use clang+lld in CI builds. (#2564)
Use clang+lld in CI builds. This is significantly faster.
This commit is contained in:
8
.github/workflows/integration-tests.yml
vendored
8
.github/workflows/integration-tests.yml
vendored
@@ -73,10 +73,10 @@ jobs:
|
||||
run: |
|
||||
cd python
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install cmake==3.24
|
||||
python3 -m pip install ninja
|
||||
python3 -m pip install --no-build-isolation -vvv '.[tests]'
|
||||
python3 -m pip install pytest-xdist
|
||||
python3 -m pip install cmake==3.24 ninja pytest-xdist
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y ccache clang lld
|
||||
TRITON_BUILD_WITH_CLANG_LLD=true TRITON_BUILD_WITH_CCACHE=true python3 -m pip install --no-build-isolation -vvv '.[tests]'
|
||||
|
||||
- name: Run lit tests
|
||||
if: ${{ env.BACKEND == 'CUDA'}}
|
||||
|
||||
Reference in New Issue
Block a user