isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

Build Isograph for Windows #10

Closed rbalicki2 closed 4 months ago

rbalicki2 commented 5 months ago

Caused by: failed to load source for dependency intern

Caused by: Unable to update https://github.com/facebook/relay.git#f53a93272a1d756c60de795090fe70ca9532bb67

Caused by: path too long: 'C:/Users/runneradmin/.cargo/git/checkouts/relay-de0260293980c89f/bbddbf3/compiler/crates/relay-compiler/tests/compile_relay_artifacts/fixtures/abstract-type-refinement-dont-flatten-type-discriminator-nested-fragment-spread-within-inline-fragment-different-fields.expected'; class=Filesystem (30)



This might be easy to investigate and fix! The Relay compiler also uses intern, and the build step is very similar: https://github.com/facebook/relay/blob/main/.github/workflows/ci.yml

Thank you!