Skip to content

Commit

Permalink
Removed installation of clang-9 from nix pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed May 18, 2021
1 parent b641cfa commit 97e4b8d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pipelines/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install clang-9
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-9 50
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-9 50
clang-9 --version
clang++-9 --version
which clang-9
which clang++-9
- template: nix.yml
parameters:
artifactName: linux-drop
Expand Down

0 comments on commit 97e4b8d

Please sign in to comment.