Run pre-commit's whitespace related hooks on .github and .azuredevops (#2129)
In order for pre-commit to be useful, everything needs to meet a common baseline. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
This commit is contained in:
committed by
GitHub
parent
354cc98d55
commit
6a899b5f6d
@@ -71,7 +71,7 @@ jobs:
|
||||
# Older ROCm versions don't provide these packages.
|
||||
apt install -y rccl-dev rccl-unittests || true
|
||||
apt install -y rocjpeg-dev rocjpeg-test rocdecode-dev rocdecode-test || true
|
||||
|
||||
|
||||
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
|
||||
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12
|
||||
python3 -m pip install -U --user -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user