Skip to content

[codex] Fix current main CI blockers#17917

Merged
jif-oai merged 1 commit intomainfrom
codex/main-ci-blockers
Apr 15, 2026
Merged

[codex] Fix current main CI blockers#17917
jif-oai merged 1 commit intomainfrom
codex/main-ci-blockers

Conversation

@sayan-oai
Copy link
Copy Markdown
Collaborator

Summary

  • Fix marketplace-add local path detection on Windows by using Path::is_absolute().
  • Make marketplace-add local-source tests parse/write TOML through the same helpers instead of raw string matching.
  • Update rand 0.9.x to 0.9.3 and document the remaining audited rand 0.8.5 advisory exception.
  • Refresh MODULE.bazel.lock after the Cargo.lock update.

Why

Latest main had two independent CI blockers: marketplace-add tests were not portable to Windows path/TOML escaping, and cargo-deny still reported RUSTSEC-2026-0097 after the recent rustls-webpki fix.

Validation

  • cargo test -p codex-core marketplace_add -- --nocapture
  • cargo deny --all-features check
  • just bazel-lock-check
  • just fix -p codex-core
  • just fmt
  • git diff --check

@sayan-oai sayan-oai marked this pull request as ready for review April 15, 2026 10:29
@jif-oai jif-oai merged commit b99a62c into main Apr 15, 2026
35 of 39 checks passed
@jif-oai jif-oai deleted the codex/main-ci-blockers branch April 15, 2026 10:47
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants