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

revert changes needed for windows build with azure #2656

Merged
merged 1 commit into from Dec 19, 2021

Conversation

dhoke4tdb
Copy link
Contributor

@dhoke4tdb dhoke4tdb commented Nov 23, 2021

restore lost cmake code necessary for clean build on windows with -EnableAzure


TYPE: BUG
DESC: restore lost cmake code necessary for clean build on windows with -EnableAzure

@dhoke4tdb dhoke4tdb marked this pull request as ready for review November 23, 2021 21:38
@dhoke4tdb
Copy link
Contributor Author

So confused, saw problem on GA CI, reproduced similar locally, now GA CI in other PRs seem to be succeeding withOUT this change, very confused... To be reopened if still needed...

@dhoke4tdb dhoke4tdb closed this Nov 23, 2021
@dhoke4tdb
Copy link
Contributor Author

dhoke4tdb commented Dec 10, 2021

Reopening - while the catastrophic build failures in CI have not occurred again, the warnings reported in the associated story are still occurring, and reinstating these changes eliminates those link warnings.

@dhoke4tdb dhoke4tdb reopened this Dec 10, 2021
@dhoke4tdb
Copy link
Contributor Author

@ihnorton - please review (reopened), thanks.

@@ -94,6 +94,10 @@ if (NOT AZURESDK_FOUND)
endif()

if (WIN32)
if(MSVC)
set(CXXFLAGS_DEF " -I${TILEDB_EP_INSTALL_PREFIX}/include /Dazure_storage_lite_EXPORTS /DCURL_STATICLIB=1 ${CMAKE_CXX_FLAGS}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory the only thing that should make a difference here is /DCURL_STATICLIB=1.

@Shelnutt2 Shelnutt2 merged commit 2ed4f0a into dev Dec 19, 2021
@Shelnutt2 Shelnutt2 deleted the dlh/sc12418-windows-azure-build-issue branch December 19, 2021 13:49
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.

None yet

3 participants