Skip to content

WIP Dart SDK generation #28

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

Closed
wants to merge 3 commits into from
Closed

WIP Dart SDK generation #28

wants to merge 3 commits into from

Conversation

sachaarbonel
Copy link

@sachaarbonel sachaarbonel commented Aug 31, 2020

Progess for #27
I was about to edit the Dockerfile when I saw this issue. Apparently there are some problems with alpine due to musl-libc. Should I pursue it any way ?
In debian installing the sdk would be :

 sudo apt-get update
 sudo apt-get install apt-transport-https
 sudo sh -c 'wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
 sudo sh -c 'wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'

Also, I'm not sure what the equivalent of apt-key add -would be, gpg --import -?

@CLAassistant
Copy link

CLAassistant commented Aug 31, 2020

CLA assistant check
All committers have signed the CLA.

@aeneasr
Copy link
Member

aeneasr commented Aug 31, 2020

Yeah you can update the docker image to use debian if you want! We don't need to use alpine!

@aeneasr
Copy link
Member

aeneasr commented Sep 7, 2020

Are you still up for the changes? :)

@tacurran
Copy link
Member

tacurran commented Nov 13, 2020

@sachaarbonel Hi Sacha, can I help you finish this up? We would like to have Dart here.

@sachaarbonel
Copy link
Author

Hi @tacurran yes feel free to take over I don't have a lot of free time lately. Thank's

@aeneasr
Copy link
Member

aeneasr commented Jan 26, 2021

Dart support is now merged! They are published

@aeneasr aeneasr closed this Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants