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

[DRAFT] ICU build from sources #387

Draft
wants to merge 64 commits into
base: master
Choose a base branch
from

Conversation

mryzhov
Copy link
Collaborator

@mryzhov mryzhov commented Jan 22, 2025

No description provided.

@@ -314,7 +312,7 @@ jobs:
#

- name: Install build dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja icu4c
Copy link
Contributor

Choose a reason for hiding this comment

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

I suppose we need to drop icu4c installation

Copy link
Contributor

Choose a reason for hiding this comment

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

please, add copyright header to this file

set(ICU_BUILD_TYPE ${CMAKE_BUILD_TYPE})
endif()

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
Copy link
Contributor

Choose a reason for hiding this comment

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

GENERATOR_IS_MULTI_CONFIG_VAR should be handled here as well


set(HOST_ENV_CMAKE ${CMAKE_COMMAND} -E env
CC=${CMAKE_C_COMPILER}
CXX=${CMAKE_CXX_COMPILER}
Copy link
Contributor

Choose a reason for hiding this comment

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

current issue on macOS is because of we override compilers (tested locally)

maybe we can skip overriding it temporarily? because it's not often situation when compiler on macOS is other than default one.

@ilya-lavrenov ilya-lavrenov self-assigned this Jan 27, 2025
@ilya-lavrenov ilya-lavrenov added this to the 2025.1 milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants