fix(ci): remove Microsoft apt repos before apt-get update#3224
Merged
maphew merged 2 commits intogastownhall:mainfrom Apr 13, 2026
Merged
fix(ci): remove Microsoft apt repos before apt-get update#3224maphew merged 2 commits intogastownhall:mainfrom
maphew merged 2 commits intogastownhall:mainfrom
Conversation
…ootstrap The caller chain (bootstrapCmd.Run → executeBootstrapPlan → executeSyncAction) guarantees cfg is non-nil via DefaultConfig() fallback at bootstrap.go:178-180. Follow-up to gastownhall#3203. Amp-Thread-ID: https://ampcode.com/threads/T-019d7fee-1326-74af-a566-9c45ad5b349e Co-authored-by: Amp <amp@ampcode.com>
GitHub's ubuntu-latest runners include Microsoft package repos (azure-cli, microsoft-prod) that intermittently return 403 Forbidden, causing apt-get update to fail and breaking the Install ICU4C step. Remove these unused repo files before apt-get update in all workflows (ci.yml, cross-version-smoke.yml, nightly.yml). Amp-Thread-ID: https://ampcode.com/threads/T-019d83a9-4273-711e-be59-1ed089de1c65 Co-authored-by: Amp <amp@ampcode.com>
osamu2001
pushed a commit
to osamu2001/beads
that referenced
this pull request
Apr 13, 2026
…l#3224) * chore(bootstrap): remove unreachable nil-cfg guard in finalizeSyncedBootstrap The caller chain (bootstrapCmd.Run → executeBootstrapPlan → executeSyncAction) guarantees cfg is non-nil via DefaultConfig() fallback at bootstrap.go:178-180. Follow-up to gastownhall#3203. Amp-Thread-ID: https://ampcode.com/threads/T-019d7fee-1326-74af-a566-9c45ad5b349e Co-authored-by: Amp <amp@ampcode.com> * fix(ci): remove Microsoft apt repos before apt-get update GitHub's ubuntu-latest runners include Microsoft package repos (azure-cli, microsoft-prod) that intermittently return 403 Forbidden, causing apt-get update to fail and breaking the Install ICU4C step. Remove these unused repo files before apt-get update in all workflows (ci.yml, cross-version-smoke.yml, nightly.yml). Amp-Thread-ID: https://ampcode.com/threads/T-019d83a9-4273-711e-be59-1ed089de1c65 Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com>
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.
Summary
The
Install ICU4Cstep fails intermittently because GitHub'subuntu-latestrunners include Microsoft package repos (azure-cli,microsoft-prod) that return 403 Forbidden onapt-get update.We don't use any Microsoft packages — we only need
libicu-devfrom Ubuntu's main repos.Fix: Remove
/etc/apt/sources.list.d/microsoft-prod.listandazure-cli.listbeforeapt-get updatein all 8 occurrences across 3 workflow files:ci.yml(6 steps)cross-version-smoke.yml(1 step)nightly.yml(1 step)Failing run: https://github.com/gastownhall/beads/actions/runs/24317152692 —
Test (Embedded Dolt Storage)failed atInstall ICU4Cwith: