File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,6 @@ extends:
149149 steps :
150150 - checkout : self
151151 clean : true
152- - bash : |
153- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
154- sudo apt-add-repository "deb https://apt.llvm.org/focal/ llvm-toolchain-focal-9 main"
155- sudo apt-get update
156152 - bash : |
157153 sudo apt-get install cmake clang-9 libicu66 uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
158154 - script : eng/common/cibuild.sh
Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ stages:
9393 steps :
9494 - checkout : self
9595 clean : true
96- - bash : |
97- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
98- sudo apt-add-repository "deb https://apt.llvm.org/focal/ llvm-toolchain-focal-9 main"
99- sudo apt-get update
10096 - bash : |
10197 sudo apt-get install cmake clang-9 libicu66 uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
10298 - script : eng/common/cibuild.sh
You can’t perform that action at this time.
0 commit comments