Adding useful scripts for formating and building (#737)

* Addin useful scripts for formating and building

* Update build.sh

* Update build.sh

* Update continuous_integration.yml

[ROCm/rocprofiler-sdk commit: 5bb087f072]
Этот коммит содержится в:
Ammar ELWazir
2024-04-04 06:49:17 -05:00
коммит произвёл GitHub
родитель f090e6d784
Коммит b5d4745e4e
4 изменённых файлов: 121 добавлений и 3 удалений
+1 -2
Просмотреть файл
@@ -71,8 +71,7 @@ jobs:
run: |
git config --global --add safe.directory '*'
apt-get update
apt-get install -y cmake clang-tidy-11 g++-11 g++-12 python3-pip
update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-11 10
apt-get install -y cmake clang-tidy g++-11 g++-12 python3-pip
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10 --slave /usr/bin/g++ g++ /usr/bin/g++-11
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20 --slave /usr/bin/g++ g++ /usr/bin/g++-12
python3 -m pip install -r requirements.txt