-
Notifications
You must be signed in to change notification settings - Fork 1
Question about arch setup #1
Comments
@carlosal1015 So, at this point, I don't think one can uses Arch Linux with Gitpod. I think the main reason is the 'gitpod layer' stage; it tries to run the following script; as you can see it does not support Arch based distros. I have submitted a PR here with my updated changes; you can take a look at it yourself here I added base Arch Image, I also fixed the scripts and wrote test-cases to follow their example. they haven't merged it with the master branch so we won't get Arch support until they merge my PR or they remove the whole Gitpod Layer stuff. |
you can try creating a test repo yourself and see the problem in action; just use You can also try opening |
Oh wow, only debian, ubuntu, linuxmint, amzn and alpine. I thought that was related with bug related with alpm library.
I was thinking at the moment is run a .sh file that mount the repo using a docker image like this.
Yes I will play with the nice image
Thank you again. (Closing the question) Edited: If we add this patch, then will not have a problem with alpm library, and yes, it stop working when says adding gitpod layer. I pull a new docker image with the patch builded in gitpod changing the name in build.sh and adding the patch in Dockerfile. Obviously fail because this gitpod version is not using your pull request, but if gitpod is buiding with your pull request plus patch of glibc, then soon will be part of gitpod core. And then will be works. I was trying with setup similar to the branch |
Thank you very much @da-moon , now https://gitpod.io/#https://github.com/da-moon/virtualized-environments/tree/gitpod-exp is working fine 😄 |
Hi @da-moon, I read the discussion and I would you like ask if is possible to test an empty like gitpod-debian-empty-workspace with arch setup (only with dockerfile and gitpod.yml). Thanks a lot
The text was updated successfully, but these errors were encountered: