Skip to content

Commit

Permalink
ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 21, 2024
1 parent 0ac6598 commit 2fb875b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ci_tools_atomic_dex/ci_scripts/linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,9 @@ sudo apt-get install build-essential \
libxcb-keysyms1-dev \
libxcb-render-util0-dev \
libxcb-xinerama0 \
libfuse2 \
git -y

# get llvm
#wget https://apt.llvm.org/llvm.sh
#chmod +x llvm.sh
#sudo ./llvm.sh 12
# set clang version
#sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-13 777
#sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-13 777
# set gnu compilers version
#sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 777
#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 777
#export CXXFLAGS=-stdlib=libc++
#export LDFLAGS=-stdlib=libc++
export CXX=clang++
export CC=clang

Expand Down

0 comments on commit 2fb875b

Please sign in to comment.