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

Build --with-icu #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Build --with-icu #6

wants to merge 1 commit into from

Conversation

wolfgangwalther
Copy link
Contributor

No description provided.

@wolfgangwalther
Copy link
Contributor Author

The initdb test fails because locale -a is called on musl, but not available. This could in theory be worked around by installing musl-locales - but the locale command is not really helpful. This will cause creation of dysfunctional collations during initdb. A better approach is to never call locale -a in the musl-case.

@wolfgangwalther
Copy link
Contributor Author

The build currently passes, because TAP tests are not enabled and the relevant/failing tests are not run, yet. See #3.

@wolfgangwalther wolfgangwalther changed the base branch from main to tap-tests March 23, 2024 20:23
@wolfgangwalther wolfgangwalther force-pushed the tap-tests branch 4 times, most recently from fc0ec57 to 1376458 Compare March 24, 2024 11:06
@wolfgangwalther wolfgangwalther force-pushed the icu branch 2 times, most recently from b7cd3bb to 7847b87 Compare March 24, 2024 11:16
@wolfgangwalther wolfgangwalther force-pushed the tap-tests branch 2 times, most recently from a603710 to fe3dec2 Compare March 24, 2024 13:28
Base automatically changed from tap-tests to main March 24, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant