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]
This commit is contained in:
@@ -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
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user