Skip to content

Avoid CMake FetchContent#801

Merged
alexcrichton merged 1 commit into
WebAssembly:mainfrom
alexcrichton:no-fetch-content
Jun 29, 2026
Merged

Avoid CMake FetchContent#801
alexcrichton merged 1 commit into
WebAssembly:mainfrom
alexcrichton:no-fetch-content

Conversation

@alexcrichton

Copy link
Copy Markdown
Collaborator

This, at configure time, hits the network. By deferring this to test-time it accelerates the configure itself and moves the fetch to being able to happen in parallel with other parts of the build.

This, at configure time, hits the network. By deferring this to
test-time it accelerates the configure itself and moves the fetch to
being able to happen in parallel with other parts of the build.
@alexcrichton alexcrichton requested a review from pchickey June 29, 2026 18:20
@alexcrichton alexcrichton merged commit 7ff956b into WebAssembly:main Jun 29, 2026
33 checks passed
@alexcrichton alexcrichton deleted the no-fetch-content branch June 29, 2026 19:44
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