Skip to content

Commit ab8ffbe

Browse files
committed
updated .appveyor.yml
1 parent 327cc1e commit ab8ffbe

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.appveyor.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717

1818
image: Ubuntu
1919

20+
# workaround for default JDK9 have old CA certs:
21+
#
22+
# https://github.com/appveyor/ci/issues/3833
23+
#
24+
# https://www.appveyor.com/docs/getting-started-with-appveyor-for-linux/#configuring-language-stack
25+
#
26+
stack: jdk 15
27+
2028
skip_commits:
2129
files:
2230
- docs/*
@@ -42,7 +50,7 @@ on_finish:
4250
#
4351
# https://github.com/appveyor/ci/pull/3385
4452
#
45-
#- sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/devops-python-tools/master/setup/install_openssh.sh' | bash -e -
53+
#- sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/DevOps-Python-tools/master/setup/install_openssh.sh' | bash -e -
4654
- sh: if [ "$APPVEYOR_SSH_BLOCK" = true ]; then curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -; fi
4755

4856
install:
@@ -56,10 +64,10 @@ install:
5664
# The following packages have unmet dependencies:
5765
# mssql-server : Depends: libsasl2-modules-gssapi-mit but it is not going to be installed
5866
# E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
59-
# devops-python-tools/Makefile.in:272: recipe for target 'apt-packages' failed
67+
# DevOps-Python-tools/Makefile.in:272: recipe for target 'apt-packages' failed
6068
# make[2]: *** [apt-packages] Error 123
6169
# make[2]: Leaving directory '/home/appveyor/projects/pylib'
62-
# devops-python-tools/Makefile.in:212: recipe for target 'system-packages' failed
70+
# DevOps-Python-tools/Makefile.in:212: recipe for target 'system-packages' failed
6371
#
6472
# adding "|| :" to the end of these commands causes them to be silently ignored!
6573
- sudo sed -i '/https:\/\/packages.microsoft.com\/ubuntu\/.*\/mssql-server/d' /etc/apt/sources.list

0 commit comments

Comments
 (0)