Skip to content

Commit cf810fe

Browse files
committed
debug ci: add azure dependencies that CI tries to build from source.
The hypothesis is that the errors in the build logs are caused by incompatibilities between WIL (Windows Implementation Library) and MinGW GCC, so install them directly instead of trying to build from source.
1 parent b476442 commit cf810fe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ci/scripts/PKGBUILD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2"
3333
"${MINGW_PACKAGE_PREFIX}-zlib"
3434
"${MINGW_PACKAGE_PREFIX}-lz4"
3535
"${MINGW_PACKAGE_PREFIX}-zstd"
36-
"${MINGW_PACKAGE_PREFIX}-brotli")
36+
"${MINGW_PACKAGE_PREFIX}-brotli"
37+
"${MINGW_PACKAGE_PREFIX}-azure-core-cpp" # for azure
38+
"${MINGW_PACKAGE_PREFIX}-azure-identity-cpp"
39+
"${MINGW_PACKAGE_PREFIX}-azure-storage-blobs-cpp"
40+
"${MINGW_PACKAGE_PREFIX}-azure-storage-common-cpp"
41+
"${MINGW_PACKAGE_PREFIX}-azure-storage-files-datalake-cpp")
3742
makedepends=("${MINGW_PACKAGE_PREFIX}-ccache"
3843
"${MINGW_PACKAGE_PREFIX}-gcc")
3944
options=("staticlibs" "strip" "!buildflags")

0 commit comments

Comments
 (0)