Skip to content

Local dependencies and symlinks on Windows CI#688

Merged
alexander-yevsyukov merged 3 commits into
masterfrom
local-dependencies
Jun 11, 2026
Merged

Local dependencies and symlinks on Windows CI#688
alexander-yevsyukov merged 3 commits into
masterfrom
local-dependencies

Conversation

@alexander-yevsyukov

Copy link
Copy Markdown
Contributor

This PR:

  • Bumps local dependencies for consuming projects.
  • Restores build-on-window.yml workflow so that Window builds at CI can enjoy symlinks back.

@alexander-yevsyukov alexander-yevsyukov self-assigned this Jun 11, 2026
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review June 11, 2026 15:14
@alexander-yevsyukov alexander-yevsyukov merged commit 5a13d5b into master Jun 11, 2026
2 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the local-dependencies branch June 11, 2026 15:16

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

Copy link
Copy Markdown

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.

Reviewed commit: d09f04e2a9

ℹ️ 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".

# via links that can trigger EPERM on stat/access.
git config --global core.symlinks false

- uses: actions/checkout@v6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Enable symlinks before the Windows checkout

In this Windows workflow, deleting the old core.symlinks false step still leaves actions/checkout dependent on the runner's Git-for-Windows default. Git documents that when core.symlinks is false, symlinks are checked out as small plain files, and Git for Windows can default that way on Windows environments; in that case this job still checks out the repo's tracked symlinks as text files rather than links, so the intended Windows symlink restoration is unreliable. Set git config --global core.symlinks true before checkout (or otherwise verify/reset the checkout) so the workflow actually exercises symlinks.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants