Skip to content

Commit

Permalink
do not remove old gcc which also removes nvcc
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Jul 12, 2023
1 parent f5dca93 commit 93ae1ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ function install_deps_pytorch_xla() {

# Install gcc-11
sudo apt-get update
sudo apt remove -y gcc-7
sudo apt remove -y g++-7
# Update ppa for GCC
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand Down

0 comments on commit 93ae1ae

Please sign in to comment.