diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-12-01 23:03:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 14:03:02 -0800 |
| commit | 00553d0269794e7358e55087f550bb92ebf01c89 (patch) | |
| tree | 3b6f4940e9396992de6424238dcb6b83d216b296 /scripts | |
| parent | 50e4bb5290d017c17b508d2d78ca6be2b00c023c (diff) | |
| download | vcpkg-00553d0269794e7358e55087f550bb92ebf01c89.tar.gz vcpkg-00553d0269794e7358e55087f550bb92ebf01c89.zip | |
[elfutils] add new port (#14771)
* [elfutils] add new port
* update
* Update ports/elfutils/configure.ac.patch
Fix missing ZSTD linkage
* Update ports/elfutils/portfile.cmake
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* add eflutils on osx on CI skiplist
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index e14adc596..e95105dc2 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -278,6 +278,8 @@ ecsutil:arm-uwp=fail ecsutil:x64-linux=fail ecsutil:x64-osx=fail ecsutil:x64-uwp=fail +# Checks for gnu extension so only works with gcc. +elfutils:x64-osx=fail embree2:x64-linux=fail embree2:x64-osx=fail embree2:x64-windows-static=fail |
