-
Notifications
You must be signed in to change notification settings - Fork 568
Labels
Description
Gitpod should allow to test Ignite CLI like in a playground but it does not work.
Context:
Start Ignite CLI within Gitpod.
Describe the Bug:
Starting resolves in the error:
# runtime
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:53:2: mallocHeaderSize redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:71:2: other declaration of mallocHeaderSize
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:54:2: minSizeForMallocHeader redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:101:2: other declaration of minSizeForMallocHeader
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:60:6: heapBitsInSpan redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:112:6: other declaration of heapBitsInSpan
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:243:6: bulkBarrierPreWrite redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:418:6: other declaration of bulkBarrierPreWrite
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:316:6: bulkBarrierPreWriteSrcOnly redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:504:6: other declaration of bulkBarrierPreWriteSrcOnly
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:695:6: heapSetType redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:705:6: other declaration of heapSetType
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:704:6: getgcmask redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:1750:6: other declaration of getgcmask
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:798:6: userArenaHeapBitsSetType redeclared in this block
/home/gitpod/go/src/runtime/arena.go:553:6: other declaration of userArenaHeapBitsSetType
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:891:6: typePointers redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:122:6: other declaration of typePointers
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:936:6: heapBitsSlice redeclared in this block
/home/gitpod/go/src/runtime/mbitmap.go:587:6: other declaration of heapBitsSlice
/home/gitpod/go/src/runtime/mbitmap_noallocheaders.go:936:6: too many errors
make: *** [Makefile:14: install] Error 1
make: Leaving directory '/workspace/ignite'
Steps to Reproduce:
Start Gitpod:
https://gitpod.io/#https://github.com/ignite/cli
Expected Behavior:
Gitpod installs Ignite CLI and let's users try it.
Actual Behavior:
It fails to install.
michelleellen and salmad3
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done