File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ jobs :
2
+ - template : templates/linux-ci.yml
3
+ parameters :
4
+ AgentPool : ' Linux-CPU'
5
+ JobName : ' Linux_CI_Dev'
6
+ BuildCommand : ' tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d cpu -r $(Build.BinariesDirectory) -x "--use_mklml --use_llvm --use_nuphar --use_mkldnn --use_tvm --use_automl --build_wheel --build_java --enable_language_interop_ops"'
7
+ DoNugetPack : ' false'
8
+ ArtifactName : ' drop-linux'
9
+ TimeoutInMinutes : 120
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ if [ "$OS_VERSION" = "16.04" ]; then
53
53
zip \
54
54
rsync libunwind8 libpng16-dev libexpat1-dev \
55
55
python3-setuptools python3-numpy python3-wheel python python3-pip python3-pytest \
56
- libprotobuf-dev libprotobuf9v5 protobuf-compiler"
56
+ libprotobuf-dev libprotobuf9v5 protobuf-compiler \
57
+ openjdk-8-jdk"
57
58
else # ubuntu18.04
58
59
PACKAGE_LIST=" autotools-dev \
59
60
automake \
@@ -85,7 +86,8 @@ else # ubuntu18.04
85
86
zip \
86
87
rsync libunwind8 libpng-dev libexpat1-dev \
87
88
python3-setuptools python3-numpy python3-wheel python python3-pip python3-pytest \
88
- libprotobuf-dev libprotobuf10 protobuf-compiler"
89
+ libprotobuf-dev libprotobuf10 protobuf-compiler \
90
+ openjdk-11-jdk"
89
91
fi
90
92
91
93
if [ $DEVICE_TYPE = " Normal" ]; then
You can’t perform that action at this time.
0 commit comments