EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
129 stars 39 forks source link

GA4GHTT-226 - updates for Mac build - 2 #237

Closed vasudeva8 closed 4 months ago

vasudeva8 commented 4 months ago

Changes to have Mac build - part 2.

Uses Mac version 12 instead of 11 for build. Update of home-brew is disabled as build fails at times on environment setup. zstd path added along with icu on library path export. Enabled Mac build configuration in build.yml and added to release job as well. Mac build uses libcurl provided by OS instead of building from source, as the build fails due to home-brew python installation issues.