"src/vscode:/vscode.git/clone" did not exist on "4466349cb9404cdcd3ef7bfd6170d4e87017fa37"
Unverified Commit 2247dc66 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix flaky Azure Pipelines jobs (#4095)

* Update test.sh

* Update setup.sh

* Update .vsts-ci.yml

* Update test.sh

* Update setup.sh

* Update .vsts-ci.yml

* Update setup.sh

* Update setup.sh
parent 6ac2ffe0
...@@ -44,6 +44,8 @@ else # Linux ...@@ -44,6 +44,8 @@ else # Linux
libicu66 \ libicu66 \
libssl1.1 \ libssl1.1 \
libunwind8 \ libunwind8 \
libxau-dev \
libxrender1 \
locales \ locales \
netcat \ netcat \
unzip \ unzip \
...@@ -81,6 +83,8 @@ else # Linux ...@@ -81,6 +83,8 @@ else # Linux
apt-get update apt-get update
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
curl \ curl \
libxau-dev \
libxrender1 \
lsb-release \ lsb-release \
software-properties-common software-properties-common
if [[ $COMPILER == "clang" ]]; then if [[ $COMPILER == "clang" ]]; then
......
...@@ -103,8 +103,7 @@ conda install -q -y -n $CONDA_ENV cloudpickle dask distributed joblib matplotlib ...@@ -103,8 +103,7 @@ conda install -q -y -n $CONDA_ENV cloudpickle dask distributed joblib matplotlib
conda install -q -y \ conda install -q -y \
-n $CONDA_ENV \ -n $CONDA_ENV \
-c conda-forge \ -c conda-forge \
python-graphviz \ python-graphviz
xorg-libxau
if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "clang" ]]; then if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "clang" ]]; then
# fix "OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized." (OpenMP library conflict due to conda's MKL) # fix "OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized." (OpenMP library conflict due to conda's MKL)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment