Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Update to 3.17.2 #10767

Merged
merged 48 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d637383
[cmake] Update to 3.17.1
Apr 10, 2020
ae7caf8
update cmake directory name
Apr 10, 2020
e337587
[cpuid] Fix install headers.
Apr 13, 2020
91ef010
[stormlib] Fix install headers
Apr 13, 2020
d628375
[murmurhash] Fix install headers
Apr 13, 2020
709fe64
[metrohash] Fix install headers
Apr 13, 2020
e01205a
update baseline
Apr 13, 2020
efeabd9
update baseline
Apr 13, 2020
19b4fa3
[otl] update hash
Apr 13, 2020
19f40ec
update baseline
Apr 13, 2020
41989fd
[gts] Do not use ninja to avoid empty implib issue
Apr 13, 2020
0e588be
update baseline
Apr 13, 2020
3ba6247
[dmlc] Re-trigger ci test
Apr 13, 2020
2001dc9
[replxx] Re-trigger ci test
Apr 13, 2020
f5cddca
update baseline
Apr 13, 2020
34fe412
[osg] Re-trigger ci test
Apr 13, 2020
547a90b
[replxx] Fix build failure
Apr 13, 2020
ddbc7de
Set cmake min version to 3.17.1
Apr 16, 2020
e757fc0
update baseline
Apr 21, 2020
3bdaa07
[libnice] Re-trigger ci test
Apr 21, 2020
4e371db
[mlpack] Re-trigger ci test
Apr 22, 2020
9d0c30f
Merge branch 'master' into dev/jack/update_cmake_3.17.1
JackBoosY Apr 27, 2020
99eb146
Merge branch 'master' into dev/jack/update_cmake_3.17.1
JackBoosY May 6, 2020
856f29b
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/…
May 6, 2020
b3fc130
update to 3.17.2
May 6, 2020
783789d
update cmake hash
May 6, 2020
af5b371
update baseline
May 7, 2020
228d086
update baseline
May 7, 2020
5fee0bf
update baseline
May 7, 2020
c861fd7
update baseline
May 7, 2020
4118345
Update scripts/ci.baseline.txt
JackBoosY May 8, 2020
2f452ef
update baseline
May 9, 2020
2c7062a
Merge branch 'dev/jack/update_cmake_3.17.1' of https://github.com/Jac…
May 9, 2020
f544883
update baseline
May 9, 2020
60987f7
Merge branch 'master' into dev/jack/update_cmake_3.17.1
JackBoosY May 12, 2020
8e49d90
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/…
May 13, 2020
bf7883c
Merge branch 'dev/jack/update_cmake_3.17.1' of https://github.com/Jac…
May 13, 2020
cba2c61
[magnum] Set magnum:arm64-windows to skip in baseline
May 15, 2020
0164826
[nanogui] Set nanogui:arm64-windows to fail in baseline
May 15, 2020
fe4b363
[nettle] Set nettle:x64-windows to fail, waiting for fix this issue i…
May 15, 2020
0180399
re-trigger CI test
May 15, 2020
bf5e589
Merge branch 'master' into dev/jack/update_cmake_3.17.1
JackBoosY May 17, 2020
427f5fb
update baseline
May 18, 2020
c9b20ba
Install unixODBC in Linux
May 18, 2020
696a288
[nanodbc] Re-trigger CI test
May 18, 2020
f527c2f
update baseline
May 18, 2020
97707fb
Remove space
May 19, 2020
6efceb2
update baseline
May 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/cpuid/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: cpuid
Version: 0.4.1
Version: 0.4.1-1
Homepage: https://github.com/anrieff/libcpuid
Description: Provides CPU identification for the x86 (and x86_64)
Supports: x86 | x64
13 changes: 13 additions & 0 deletions ports/cpuid/fix-install-headers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/libcpuid/CMakeLists.txt b/libcpuid/CMakeLists.txt
index 96533ac..d71953f 100644
--- a/libcpuid/CMakeLists.txt
+++ b/libcpuid/CMakeLists.txt
@@ -75,7 +75,7 @@ install(TARGETS cpuid
LIBRARY DESTINATION "lib"
ARCHIVE DESTINATION "lib"
RUNTIME DESTINATION "bin"
- INCLUDES DESTINATION "include")
+ PUBLIC_HEADER DESTINATION "include")

install(FILES "${project_config}" "${version_config}"
DESTINATION "${config_install_dir}"
11 changes: 6 additions & 5 deletions ports/cpuid/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ vcpkg_fail_port_install(ON_TARGET "UWP" ON_ARCH "arm" "arm64")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO anrieff/libcpuid
REF f2ab8b7ef2c286f619d96c3ce8902cb76b801bf0
SHA512 fcd2d35994554eed80c04315f1cf3bc91f272a5051dde040fe2266d71af902b60ecfd74b6f9dc8284a22f222208c6789bfb94cc12d61de17d605265d3cd2c43d
HEAD_REF master
OUT_SOURCE_PATH SOURCE_PATH
REPO anrieff/libcpuid
REF f2ab8b7ef2c286f619d96c3ce8902cb76b801bf0
SHA512 fcd2d35994554eed80c04315f1cf3bc91f272a5051dde040fe2266d71af902b60ecfd74b6f9dc8284a22f222208c6789bfb94cc12d61de17d605265d3cd2c43d
HEAD_REF master
PATCHES fix-install-headers.patch
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/dmlc/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: dmlc
Version: 2019-08-12-1
Version: 2019-08-12-2
Homepage: https://github.com/dmlc/dmlc-core
Description: DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.
Default-Features: openmp
Expand Down
9 changes: 2 additions & 7 deletions ports/dmlc/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
include(vcpkg_common_functions)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "${PORT} currently doesn't supports UWP.")
endif()
vcpkg_fail_port_install(ON_TARGET "UWP")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down Expand Up @@ -40,5 +36,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/dmlc)

# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
1 change: 0 additions & 1 deletion ports/gts/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ vcpkg_from_github(

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)

vcpkg_install_cmake()
Expand Down
2 changes: 1 addition & 1 deletion ports/libnice/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libnice
Version: 0.1.15-2
Version: 0.1.15-3
Homepage: https://nice.freedesktop.org
Description: Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).
Build-Depends: glib, openssl
10 changes: 4 additions & 6 deletions ports/libnice/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(vcpkg_common_functions)

vcpkg_download_distfile(
ARCHIVE
URLS "https://nice.freedesktop.org/releases/libnice-0.1.15.tar.gz"
Expand All @@ -24,7 +22,7 @@ vcpkg_install_cmake()

vcpkg_copy_pdbs()

file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libnice)
file(COPY ${SOURCE_PATH}/COPYING.LGPL DESTINATION ${CURRENT_PACKAGES_DIR}/share/libnice)
file(COPY ${SOURCE_PATH}/COPYING.MPL DESTINATION ${CURRENT_PACKAGES_DIR}/share/libnice)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libnice/COPYING ${CURRENT_PACKAGES_DIR}/share/libnice/copyright)
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(COPY ${SOURCE_PATH}/COPYING.LGPL DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(COPY ${SOURCE_PATH}/COPYING.MPL DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
10 changes: 1 addition & 9 deletions ports/magnum/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: magnum
Version: 2019.10-1
Version: 2019.10-2
Build-Depends: corrade[utility]
Description: C++11/C++14 graphics middleware for games and data visualization
Homepage: https://magnum.graphics/
Expand Down Expand Up @@ -137,14 +137,6 @@ Feature: windowlesseglapplication
Description: WindowlessEglApplication library
Build-Depends: magnum[gl]

Feature: eglcontext
Description: EglContext library
Build-Depends: magnum[gl]

Feature: windowlessglxapplication
Description: WindowlessGlxApplication library
Build-Depends: magnum[gl]

Feature: glxcontext
Description: GlxContext library
Build-Depends: magnum[gl]
62 changes: 41 additions & 21 deletions ports/magnum/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,49 @@ else()
set(BUILD_PLUGINS_STATIC 0)
endif()

# Handle features
set(_COMPONENT_FLAGS "")
foreach(_feature IN LISTS ALL_FEATURES)
# Uppercase the feature name and replace "-" with "_"
string(TOUPPER "${_feature}" _FEATURE)
string(REPLACE "-" "_" _FEATURE "${_FEATURE}")

# Turn "-DWITH_*=" ON or OFF depending on whether the feature
# is in the list.
if(_feature IN_LIST FEATURES)
list(APPEND _COMPONENT_FLAGS "-DWITH_${_FEATURE}=ON")
else()
list(APPEND _COMPONENT_FLAGS "-DWITH_${_FEATURE}=OFF")
endif()
endforeach()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
al-info WITH_AL_INFO
anyimageimporter WITH_ANYIMAGEIMPORTER
anyaudioimporter WITH_ANYAUDIOIMPORTER
anyimageconverter WITH_ANYIMAGECONVERTER
anysceneimporter WITH_ANYSCENEIMPORTER
audio WITH_AUDIO
debugtools WITH_DEBUGTOOLS
distancefieldconverter WITH_DISTANCEFIELDCONVERTER
fontconverter WITH_FONTCONVERTER
gl WITH_GL
gl-info WITH_GL_INFO
glfwapplication WITH_GLFWAPPLICATION
imageconverter WITH_IMAGECONVERTER
magnumfont WITH_MAGNUMFONT
magnumfontconverter WITH_MAGNUMFONTCONVERTER
meshtools WITH_MESHTOOLS
objimporter WITH_OBJIMPORTER
tgaimageconverter WITH_TGAIMAGECONVERTER
opengltester WITH_OPENGLTESTER
primitives WITH_PRIMITIVES
sdl2application WITH_SDL2APPLICATION
scenegraph WITH_SCENEGRAPH
shaders WITH_SHADERS
text WITH_TEXT
texturetools WITH_TEXTURETOOLS
tgaimporter WITH_TGAIMPORTER
trade WITH_TRADE
wavaudioimporter WITH_WAVAUDIOIMPORTER
windowlesswglapplication WITH_WINDOWLESSWGLAPPLICATION
eglcontext WITH_EGLCONTEXT
cglcontext WITH_CGLCONTEXT
glxcontext WITH_GLXCONTEXT
wglcontext WITH_WGLCONTEXT
windowlesseglapplication WITH_WINDOWLESSEGLAPPLICATION
windowlessglxapplication WITH_WINDOWLESSGLXAPPLICATION
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA # Disable this option if project cannot be built with Ninja
OPTIONS
${_COMPONENT_FLAGS}
${FEATURE_OPTIONS}
-DBUILD_STATIC=${BUILD_STATIC}
-DBUILD_PLUGINS_STATIC=${BUILD_PLUGINS_STATIC}
-DMAGNUM_PLUGINS_DEBUG_DIR=${CURRENT_INSTALLED_DIR}/debug/bin/magnum-d
Expand All @@ -57,6 +79,8 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()

vcpkg_copy_pdbs()

# Drop a copy of tools
if(NOT VCPKG_CMAKE_SYSTEM_NAME)
set(EXE_SUFFIX .exe)
Expand Down Expand Up @@ -105,8 +129,4 @@ else()
file(COPY ${CMAKE_CURRENT_LIST_DIR}/magnumdeploy.ps1 DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin/magnum-d)
endif()

# Handle copyright
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/magnum)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/magnum/COPYING ${CURRENT_PACKAGES_DIR}/share/magnum/copyright)

vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
3 changes: 2 additions & 1 deletion ports/metrohash/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ install(TARGETS metrohash
EXPORT "${TARGETS_EXPORT_NAME}"
LIBRARY DESTINATION "lib"
ARCHIVE DESTINATION "lib"
INCLUDES DESTINATION "include")
PUBLIC_HEADER DESTINATION "include")

install(
FILES "${project_config}"
DESTINATION "${config_install_dir}"
Expand Down
2 changes: 1 addition & 1 deletion ports/mlpack/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: mlpack
Version: 3.2.2-1
Version: 3.2.2-2
Homepage: https://github.com/mlpack/mlpack
Description: mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms.
Build-Depends: openblas (!osx), clapack (!osx), boost, armadillo, ensmallen
Expand Down
4 changes: 2 additions & 2 deletions ports/mlpack/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_copy_pdbs()

file(INSTALL ${SOURCE_PATH}/COPYRIGHT.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

if("tools" IN_LIST FEATURES)
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools)
file(GLOB MLPACK_TOOLS ${CURRENT_PACKAGES_DIR}/bin/*.exe)
Expand All @@ -45,3 +43,5 @@ if("tools" IN_LIST FEATURES)
endif()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

file(INSTALL ${SOURCE_PATH}/COPYRIGHT.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion ports/murmurhash/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install(TARGETS murmurhash
EXPORT "${TARGETS_EXPORT_NAME}"
LIBRARY DESTINATION "lib"
ARCHIVE DESTINATION "lib"
INCLUDES DESTINATION "include")
PUBLIC_HEADER DESTINATION "include")

install(FILES "${project_config}" "${version_config}"
DESTINATION "${config_install_dir}"
Expand Down
2 changes: 1 addition & 1 deletion ports/murmurhash/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: murmurhash
Version: 2016-01-09-2
Version: 2016-01-09-3
Homepage: https://github.com/aappleby/smhasher
Description: MurmurHash a family of hash functions.
2 changes: 1 addition & 1 deletion ports/nanodbc/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: nanodbc
Version: 2.12.4-5
Version: 2.12.4-7
Homepage: https://github.com/lexicalunit/nanodbc
Description: A small C++ wrapper for the native C ODBC API.
2 changes: 1 addition & 1 deletion ports/opencc/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: opencc
Version: 2020-04-26-1
Version: 2020-04-26-2
Description: A project for conversion between Traditional and Simplified Chinese
Homepage: https://github.com/BYVoid/OpenCC
Supports: !(arm|arm64|uwp)
Expand Down
2 changes: 1 addition & 1 deletion ports/opencc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ endif()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion ports/osg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/osgPlugins-${OSG_VER}/)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion ports/podofo/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: podofo
Version: 0.9.6-7
Version: 0.9.6-8
Homepage: https://sourceforge.net/projects/podofo/
Description: PoDoFo is a library to work with the PDF file format
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openssl, freetype
Expand Down
5 changes: 1 addition & 4 deletions ports/podofo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(vcpkg_common_functions)

set(PODOFO_VERSION 0.9.6)
vcpkg_download_distfile(ARCHIVE
URLS "https://sourceforge.net/projects/podofo/files/podofo/${PODOFO_VERSION}/podofo-${PODOFO_VERSION}.tar.gz/download"
Expand Down Expand Up @@ -56,5 +54,4 @@ vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

# Handle copyright
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/podofo)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/podofo/COPYING ${CURRENT_PACKAGES_DIR}/share/podofo/copyright)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion ports/replxx/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: replxx
Version: 0.0.2
Version: 0.0.2-1
Homepage: https://github.com/AmokHuginnsson/replxx
Description: A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.
Supports: !uwp
Expand Down
4 changes: 3 additions & 1 deletion ports/replxx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
)

vcpkg_install_cmake()

vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/replxxConfig.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
1 change: 1 addition & 0 deletions ports/stormlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ install(TARGETS stormlib EXPORT stormlibConfig
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include
)

install(EXPORT stormlibConfig NAMESPACE stormlib:: DESTINATION share/stormlib)
2 changes: 1 addition & 1 deletion ports/stormlib/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: stormlib
Version: 2019-05-10
Version: 2019-05-10-1
Build-Depends: zlib, bzip2
Description: StormLib is a library for opening and manipulating Blizzard MPQ files
3 changes: 3 additions & 0 deletions scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ sudo apt update
sudo add-apt-repository universe
sudo apt install -y powershell

# Install odbc
sudo apt install -y unixodbc-dev

# Write SMB credentials
sudo mkdir /etc/smbcredentials
smbCredentialFile=/etc/smbcredentials/$StorageAccountName.cred
Expand Down
Loading