Skip to content

Conversation

@jif-oai
Copy link
Collaborator

@jif-oai jif-oai commented Nov 17, 2025

No description provided.

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

RUSTC_WRAPPER: sccache
# Speed up repeated builds across CI runs by caching compiled objects (non-Windows).
USE_SCCACHE: ${{ startsWith(matrix.runner, 'windows') && 'false' || 'true' }}
RUSTC_WRAPPER: ${{ startsWith(matrix.runner, 'windows') && '' || 'sccache' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Keep RUSTC_WRAPPER unset on Windows

With this change we always define RUSTC_WRAPPER, and on Windows we set it to the empty string. Cargo still tries to spawn whatever RUSTC_WRAPPER points to, so an empty value makes every Windows compile fail immediately with “failed to execute "": The filename, directory name, or volume label syntax is incorrect.” To actually disable sccache on Windows we need to stop exporting the variable there rather than set it to empty.

Useful? React with 👍 / 👎.

@jif-oai jif-oai merged commit 98a90a3 into main Nov 17, 2025
25 checks passed
@jif-oai jif-oai deleted the jif/drop-sccache-windos branch November 17, 2025 16:39
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2025
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