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

Fix and optimize the Release CI workflow. #4373

Merged
merged 6 commits into from
Sep 20, 2023
Merged

Fix and optimize the Release CI workflow. #4373

merged 6 commits into from
Sep 20, 2023

Conversation

teo-tsirpanis
Copy link
Member

This PR fixes failures in the Release workflow on macOS and arm64. #4348 started using vcpkg to detect the current triplet, but due to a bug it thought we were building for x64-osx. I reverted part of the previous logic for macOS.

Also, I noticed that the Release workflow was building the ExternalProjects for some of our dependencies, even while vcpkg was enabled, causing them to be built twice. This happened because we were enabling TILEDB_FORCE_ALL_DEPS. I stopped passing the option and marked it as incompatible with TILEDB_VCPKG.

I launched a run of the Build_Release job and it succeeds (https://dev.azure.com/TileDB-Inc/CI/_build/results?buildId=35084&view=results).


TYPE: BUILD
DESC: Fix and optimize the Release CI workflow.

Combining this option with enabling vcpkg causes the dependencies to build with both vcpkg and ExternalProjects. Disabling it causes only vcpkg to be used, which builds everything either way.
Apparently vcpkg has trouble detecting it by itself.
azure-pipelines.yml Outdated Show resolved Hide resolved
Co-authored-by: Isaiah Norton <[email protected]>
@ihnorton ihnorton merged commit 04bf679 into dev Sep 20, 2023
52 checks passed
@ihnorton ihnorton deleted the teo/fix-release branch September 20, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants