Skip to content

Commit b55482a

Browse files
authored
Ubuntu dependencies for NativeAOT compiler (#1676)
Ubuntu dependencies for NativeAOT compiler
1 parent 09c0717 commit b55482a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vsts-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ stages:
134134
steps:
135135
- checkout: self
136136
clean: true
137+
- bash: |
138+
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
139+
sudo apt-add-repository "deb https://apt.llvm.org/focal/ llvm-toolchain-focal-9 main"
140+
sudo apt-get update
141+
- bash: |
142+
sudo apt-get install cmake clang-9 libicu66 uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
137143
- script: eng/common/cibuild.sh
138144
--configuration $(_BuildConfig)
139145
--prepareMachine

0 commit comments

Comments
 (0)