Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(crates/turborepo): add capnp to build dependencies #9127

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

aryasaatvik
Copy link
Contributor

Description

I was setting up turborepo locally on macOS. ran into the follow error. installing capnp fixed it

   Compiling turborepo-lockfiles v0.1.0 (turborepo/crates/turborepo-lockfiles)
error: failed to run custom build command for `turborepo-lib v0.1.0 (turborepo/crates/turborepo-lib)`

Caused by:
  process didn't exit successfully: `turborepo/target/debug/build/turborepo-lib-167cf8cfecddd530/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=./src/daemon/proto/turbod.proto
  cargo:rerun-if-changed=./src/daemon/proto

  --- stderr
  thread 'main' panicked at crates/turborepo-lib/build.rs:27:23:
  schema compiler command: Error { kind: Failed, extra: "Failed to execute `capnp --version`: No such file or directory (os error 2). Please verify that version 0.5.2 or higher of the capnp executable is installed on your system. See https://capnproto.org/install.html" }
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Testing Instructions

@aryasaatvik aryasaatvik requested a review from a team as a code owner September 8, 2024 20:54
@turbo-orchestrator turbo-orchestrator bot added needs: triage New issues get this label. Remove it after triage owned-by: turborepo labels Sep 8, 2024
Copy link

vercel bot commented Sep 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 11:41am
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Sep 10, 2024 11:41am

Copy link

vercel bot commented Sep 8, 2024

@aryasaatvik is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@NicholasLYang NicholasLYang left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@ijjk
Copy link
Member

ijjk commented Sep 9, 2024

Allow CI Workflow Run

  • approve CI run for commit: 1b3b43f

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@chris-olszewski chris-olszewski enabled auto-merge (squash) September 10, 2024 11:50
@chris-olszewski chris-olszewski merged commit 8cffabe into vercel:main Sep 10, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage New issues get this label. Remove it after triage owned-by: turborepo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants