Multi-Platform GitHub Actions Workflow for Inflection Library#169
Closed
dockerh wants to merge 12 commits intounicode-org:mainfrom
Closed
Multi-Platform GitHub Actions Workflow for Inflection Library#169dockerh wants to merge 12 commits intounicode-org:mainfrom
dockerh wants to merge 12 commits intounicode-org:mainfrom
Conversation
Inflection-62 Integrate ar Wikidata into Unicode Inflection Inflection-61 Integrate he Wikidata into Unicode Inflection Inflection-60 Integrate hi Wikidata into Unicode Inflection Inflection-58 Integrate nb Wikidata into Unicode Inflection Inflection-56 Integrate nl Wikidata into Unicode Inflection Inflection-55 Integrate tr Wikidata into Unicode Inflection Inflection-54 Integrate ru Wikidata into Unicode Inflection Inflection-53 Integrate it Wikidata into Unicode Inflection Inflection-52 Integrate pt Wikidata into Unicode Inflection Inflection-51 Integrate fr Wikidata into Unicode Inflection Inflection-50 Integrate de Wikidata into Unicode Inflection
Inflection-62 Integrate ar Wikidata into Unicode Inflection Inflection-61 Integrate he Wikidata into Unicode Inflection Inflection-60 Integrate hi Wikidata into Unicode Inflection Inflection-58 Integrate nb Wikidata into Unicode Inflection Inflection-56 Integrate nl Wikidata into Unicode Inflection Inflection-55 Integrate tr Wikidata into Unicode Inflection Inflection-54 Integrate ru Wikidata into Unicode Inflection Inflection-53 Integrate it Wikidata into Unicode Inflection Inflection-52 Integrate pt Wikidata into Unicode Inflection Inflection-51 Integrate fr Wikidata into Unicode Inflection Inflection-50 Integrate de Wikidata into Unicode Inflection
… underlying issues are resolved
grhoten
requested changes
Jul 29, 2025
Member
grhoten
left a comment
There was a problem hiding this comment.
The macOS build seems to be failing because it's encountering some sort of issue with Debian packages.
It seems that these changes fixes 1 of 2 Ubuntu builds. That's an improvement. Can you fix both of them? It looks like one of them doesn't get the right LFS content.
Also before merging, please remove the content from my pull request. I'd like to keep the pull requests separate for tracking purposes.
| working-directory: ${{ github.workspace }} | ||
|
|
||
| - name: Debug Data Directory | ||
| run: ls -R inflection/resources/org/unicode/inflection/dictionary || true |
Member
There was a problem hiding this comment.
I think you meant -o, which shows the sizes, and dates, which are important. The -R lists the directory recursively.
Member
|
It seems that #170 fixed the underlying issue. Thanks for helping to debug this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a GitHub Actions workflow to build, test, and package the Unicode Inflection library for Ubuntu and macOS.