<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/azure-pipelines/linux, branch update-shapelib-150</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[vcpkg-ci] Always publish file lists (#12384)</title>
<updated>2020-07-13T19:14:51+00:00</updated>
<author>
<name>ras0219</name>
<email>533828+ras0219@users.noreply.github.com</email>
</author>
<published>2020-07-13T19:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bc07f4b0523b035dcc4fc37eea0d6f5adeb8d30b'/>
<id>bc07f4b0523b035dcc4fc37eea0d6f5adeb8d30b</id>
<content type='text'>
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Added python script to generate all packages file list, added to azur… (#12177)</title>
<updated>2020-07-06T20:38:22+00:00</updated>
<author>
<name>Leo Yao</name>
<email>yaoleo34@gmail.com</email>
</author>
<published>2020-07-06T20:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=aa2b9ef32e0c9318e4416d4893b38c5aa230f000'/>
<id>aa2b9ef32e0c9318e4416d4893b38c5aa230f000</id>
<content type='text'>
* Added python script to generate all packages file list, added to azure pipeline to build at the end of the run

* fixed an issue that causes some leading slashes were being removed

* Header Database now includes hpp files for C++ header files

* Changed Header Database to include all files under \include\ folder

* Apply suggestions from code review, changing condition from eq to ne

Co-authored-by: Billy O'Neal &lt;bion@microsoft.com&gt;

* Update last condition from eq to ne

Co-authored-by: Billy O'Neal &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added python script to generate all packages file list, added to azure pipeline to build at the end of the run

* fixed an issue that causes some leading slashes were being removed

* Header Database now includes hpp files for C++ header files

* Changed Header Database to include all files under \include\ folder

* Apply suggestions from code review, changing condition from eq to ne

Co-authored-by: Billy O'Neal &lt;bion@microsoft.com&gt;

* Update last condition from eq to ne

Co-authored-by: Billy O'Neal &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Remove the tombstones and 'ignore' baseline concepts. (#12197)</title>
<updated>2020-07-03T03:20:07+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-07-03T03:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a28bfe76740349b519d4737260dad8e160b41f6c'/>
<id>a28bfe76740349b519d4737260dad8e160b41f6c</id>
<content type='text'>
This changes our PR builds to treat 'fail' in the ci.baseline.txt as 'skip' instead of using tombstones.

We currently have large numbers of spurious failures that get enshrined in PRs through no fault of a PR author, removing the tombstones concept will fix those by allowing the user to retry. This does mean we accept some risk of not detecting when a port is 'fixed', but that failure is reasonable for us to handle after we see it in CI, but that seems worth it given that it lets us get rid of the tombstone concept.

This also helps out the binary caching feature, because we don't have to figure out how to productize tombstones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes our PR builds to treat 'fail' in the ci.baseline.txt as 'skip' instead of using tombstones.

We currently have large numbers of spurious failures that get enshrined in PRs through no fault of a PR author, removing the tombstones concept will fix those by allowing the user to retry. This does mean we accept some risk of not detecting when a port is 'fixed', but that failure is reasonable for us to handle after we see it in CI, but that seems worth it given that it lets us get rid of the tombstone concept.

This also helps out the binary caching feature, because we don't have to figure out how to productize tombstones.
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] VM Update (#12176)</title>
<updated>2020-07-01T17:53:10+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-07-01T17:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3'/>
<id>532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3</id>
<content type='text'>
* [qt5] Add more dependent Linux packages for https://github.com/microsoft/vcpkg/pull/11596/

* [vcpkg] Add LLVM 10 to Windows CI machines for https://github.com/microsoft/vcpkg/pull/11655/

* [vcpkg] Add missing Param block to InstallLLVM function.

* [vcpkg] Add throw after all Write-Error calls for consistency with https://github.com/microsoft/vcpkg/pull/12172</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [qt5] Add more dependent Linux packages for https://github.com/microsoft/vcpkg/pull/11596/

* [vcpkg] Add LLVM 10 to Windows CI machines for https://github.com/microsoft/vcpkg/pull/11655/

* [vcpkg] Add missing Param block to InstallLLVM function.

* [vcpkg] Add throw after all Write-Error calls for consistency with https://github.com/microsoft/vcpkg/pull/12172</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Commonize pipelines build powershell and don't use binary caching in CI (rather than PR) builds (#12082)</title>
<updated>2020-06-25T23:36:28+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-25T23:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0d37525d753801a8429e13069b7ba82865541a09'/>
<id>0d37525d753801a8429e13069b7ba82865541a09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Use SSH keys instead of password authentication when minting Linux scale sets (#11999)</title>
<updated>2020-06-22T02:13:13+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-22T02:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2bf1f30debfac3f55c887855d82abd008f786a1a'/>
<id>2bf1f30debfac3f55c887855d82abd008f786a1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] [cudnn] [msmpi] [openmpi] Update VMSS (#11365)</title>
<updated>2020-06-11T18:13:09+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-11T18:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=55d6bd1b7d1fab3515b3c7f18d2607906919d356'/>
<id>55d6bd1b7d1fab3515b3c7f18d2607906919d356</id>
<content type='text'>
Co-authored-by: @JackBoosY 
Co-authored-by: Stefano Sinigardi &lt;stesinigardi@hotmail.com&gt;
Co-authored-by: Voskrese &lt;10104740+Voskrese@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: @JackBoosY 
Co-authored-by: Stefano Sinigardi &lt;stesinigardi@hotmail.com&gt;
Co-authored-by: Voskrese &lt;10104740+Voskrese@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Fix OSX CI by ensuring the downloads directory exists (#11839)</title>
<updated>2020-06-09T05:46:18+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-09T05:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1d3e985e4f1b0d52adf1a8eba7a4c0a092938cfb'/>
<id>1d3e985e4f1b0d52adf1a8eba7a4c0a092938cfb</id>
<content type='text'>
* [vcpkg] Remove do-nothing Set-Content from Windows azure-pipelines.yml.
* [vcpkg] Fix OSX CI by ensuring the downloads directory exists in advance, and extract common command line parameters with powershell splatting.
* [tensorflow-cc] Prevent hang building tensorflow-cc asking to configure iOS.
* Skip ignition-msgs5:x64-osx</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Remove do-nothing Set-Content from Windows azure-pipelines.yml.
* [vcpkg] Fix OSX CI by ensuring the downloads directory exists in advance, and extract common command line parameters with powershell splatting.
* [tensorflow-cc] Prevent hang building tensorflow-cc asking to configure iOS.
* Skip ignition-msgs5:x64-osx</pre>
</div>
</content>
</entry>
<entry>
<title>[CI|gfortran] Install gfortran for OSX and Linux CI (#11693)</title>
<updated>2020-06-05T19:13:32+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-06-05T19:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b4f3e5854a115c18ed72219afec3d87fbaa9f3be'/>
<id>b4f3e5854a115c18ed72219afec3d87fbaa9f3be</id>
<content type='text'>
* [CI|gfortran] Install gfortran for OSX and Linux CI

* [osx] use cask</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [CI|gfortran] Install gfortran for OSX and Linux CI

* [osx] use cask</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Add directories to x-ci-clean lost in merge conflict resolution. (#11764)</title>
<updated>2020-06-04T05:50:07+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-04T05:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3eeeb1b0d346570813f2257238bf3ad4fe5f752d'/>
<id>3eeeb1b0d346570813f2257238bf3ad4fe5f752d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
