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

FIX: Gitpod integration #4365

Open
toschdev opened this issue Sep 17, 2024 · 0 comments
Open

FIX: Gitpod integration #4365

toschdev opened this issue Sep 17, 2024 · 0 comments
Labels
type:bug Something isn't working

Comments

@toschdev
Copy link
Contributor

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.

@toschdev toschdev added the type:bug Something isn't working label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: To Discuss
Development

No branches or pull requests

1 participant