Search Criteria
Package Details: turbo 1.10.16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/turbo.git (read-only, click to copy) |
---|---|
Package Base: | turbo |
Description: | Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo. |
Upstream URL: | https://turbo.build |
Keywords: | turbopack turborepo |
Licenses: | MPL |
Provides: | turbopack, turborepo |
Submitter: | cheatsc |
Maintainer: | cheatsc |
Last Packager: | cheatsc |
Votes: | 1 |
Popularity: | 0.039211 |
First Submitted: | 2023-02-12 15:47 (UTC) |
Last Updated: | 2023-10-22 07:19 (UTC) |
Dependencies (7)
- libgit2 (libgit2-gitAUR)
- capnproto (capnproto-gitAUR) (make)
- cargo-nightly (rust-nightly-binAUR, rustup-gitAUR, rustup) (make)
- go (go-gitAUR, go-go2go-gitAUR, go-betaAUR, gcc-go-gitAUR, gcc-go) (make)
- protobuf (protobuf-gitAUR) (make)
- protoc-gen-goAUR (make)
- protoc-gen-go-grpcAUR (make)
Latest Comments
cheatsc commented on 2023-09-18 15:02 (UTC)
Hi @fmauNeko, thank you for your comment. Updated the PKGBUILD!
fmauNeko commented on 2023-09-17 10:25 (UTC)
Hello, another new change, it seems turborepo-lib now requires
capnproto
as a makedepend to build.cheatsc commented on 2023-09-13 13:04 (UTC)
@fmauNeko Thank you for your comment. Fixed the problem.
fmauNeko commented on 2023-09-12 21:33 (UTC) (edited on 2023-09-12 21:33 (UTC) by fmauNeko)
There's an epoch issue in the go makedep, it should be
go<2:1.21.0
instead ofgo<1:1.21.0
. Otherwise, it wants to pullgcc-go
, which isn't compatible.cheatsc commented on 2023-09-12 13:51 (UTC) (edited on 2023-09-12 14:01 (UTC) by cheatsc)
https://github.com/vercel/turbo/issues/5918
There are no way to build turbo with
go > 1.20.7
, so keepgo
version. In the future, I will make this package buildable with the latestgo
.cheatsc commented on 2023-09-09 08:38 (UTC) (edited on 2023-09-09 08:46 (UTC) by cheatsc)
Currently, fail to build turbo with go > 1.20.7. I'm looking the way to resolve the problem.