chore: bump codex/zcode harness module pins after upstream fixes - #30
Merged
Conversation
Advance the consumed harness module pins: - nddev-codex-app e8ee0199 -> a69d77f: run_builder_plugin_command now guards the child umask (0o077) so install-builder no longer fails closed on Ubuntu hosts whose ambient umask is 0002. - nddev-zcode-app 4457f07b -> b504a8e: bootstrap.sh now skips the deb download when the pinned version + arch + CLI are already installed.
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.
Advance the consumed harness module pins to pick up two upstream fixes discovered during the first concrete Linux device bootstrap (GDS rldyourmnd-ubuntu-1):
e8ee0199→a69d77f:run_builder_plugin_commandnow guards the child umask (0o077) soinstall-builderno longer fails closed on Ubuntu hosts whose ambient umask is0002(group-writable plugin dirs). Upstream PR: fix: guard builder plugin command umask on group-writable hosts nddev-codex-app#33 (merged).4457f07b→b504a8e:bootstrap.shnow skips the deb download when the pinned version + arch + CLI are already installed, so a transient DNS/CDN failure cannot break re-bootstrap on a correct host. Upstream PR: fix: skip deb download when the pinned install is already present nddev-zcode-app#40 (merged).Both fixes are forward-only and do not change any version the modules install; they only fix the install path on Linux.