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 6a2a393 commit 8686d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tools_atomic_dex/ci_scripts/linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-13 777
#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
sudo apt-get update
#sudo apt-get install libc++abi-11-dev libc++-11-dev -y
sudo apt-get install libc++abi-dev libc++-dev -y
#export CXXFLAGS=-stdlib=libc++
#export LDFLAGS=-stdlib=libc++
export CXX=clang++
Expand Down

0 comments on commit 8686d98

Please sign in to comment.