Add noble packaging support in fw_icu4c_ci.yml - #24
Open
jasonleenaylor wants to merge 15 commits into
Open
Conversation
ermshiperete
approved these changes
Mar 6, 2025
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
It seems that with Ubuntu 24.04 the sbuild group has a password set. This change removes the password so that we can use the `sg sbuild` command without providing a password.
jasonleenaylor
force-pushed
the
chore/addNobleSupport
branch
from
March 7, 2025 17:53
ec9e787 to
4293209
Compare
Member
|
I think sillsdev/ci-builder-scripts#7 will fix the package build failure. |
Bump checkout, artifact, cache, and setup-msbuild to current majors and replace deprecated set-output so the noble packaging PR can run on today's runners. Co-authored-by: Cursor <cursoragent@cursor.com>
ci-builder-scripts setup.sh returns non-zero from a set -e guarded test after installing .sbuildrc if the gnupg dir was pre-created. Co-authored-by: Cursor <cursoragent@cursor.com>
Pin Windows builds to windows-2022 to avoid Chinese calendar test failures on Server 2025/VS2026, and build noble/jammy packages separately so setup.sh does not abort on an existing ~/.gnupg. Co-authored-by: Cursor <cursoragent@cursor.com>
…olve. handleComputeMonthStart already restored MONTH/IS_LEAP_MONTH but left isLeapYear clobbered, so VS2026 get() paths made month rolls use the wrong year length. Also restore windows-latest now that the root cause is fixed. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@jasonleenaylor and @ermshiperete the build is now passing again, could we get this merged in? It's blocking #26 |
ermshiperete
approved these changes
Aug 4, 2026
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.
This change is