Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/codewith-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:

cargo_args=(build --locked -p codex-cli --bin codewith)
if [[ "${BUILD_PROFILE}" == "release" ]]; then
# Match the canonical release workflow's resource-safe Cargo defaults.
export CARGO_BUILD_JOBS="${CARGO_BUILD_JOBS:-2}"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS="${CARGO_PROFILE_RELEASE_CODEGEN_UNITS:-16}"
cargo_args+=(--release)
fi
cargo "${cargo_args[@]}"
Expand Down
16 changes: 9 additions & 7 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

122 changes: 76 additions & 46 deletions codex-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading