microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 56 forks source link

raspberry3 #313

Closed ThomasKue closed 8 years ago

ThomasKue commented 8 years ago

How do i solve this:

bxxxxx@rpi3-yyyy:~/myagent $ curl -skSL https://aka.ms/xplatagent | bash

Platform: Linux


 Acquiring Node 5.6.0

Downloading Node 5.6.0 @ https://nodejs.org/dist/v5.6.0/node-v5.6.0-linux-x86.tar.gz Setting internal node in path using node : /home/bxxxxx/myagent/runtime/node/bin/node using npm : /home/bxxxxx/myagent/runtime/node/bin/npm


 Acquiring TEE CLI 14.0.2-private

Downloading TEE CLI 14.0.2-private Accepting Eula (/home/bxxxxx/myagent/runtime/tee/tf) bash: line 163: Error: command not found


 Installing agent installer

Cleaning up existing agent ~/myagent/_installer ~/myagent Installing... script location: . installing vsoagent-installer@0.6 ... Failed: npm install Failed with return code 2

nigurr commented 8 years ago

This is deprecated. Please use https://github.com/Microsoft/vsts-agent

ThomasKue commented 8 years ago

There are no armHF (raspberry 3) version!

nigurr commented 8 years ago

you can always build from source. But I doubt about dotnet support for raspberry

ThomasKue commented 8 years ago

Yes, coreclr is not supported on armHF! - so please help me and solve this issue. git and gulp runs.

ThomasKue commented 8 years ago

node and npm also.

bryanmacfarlane commented 8 years ago

One way to solve it is go to the releases hub on github project. We distribute fully realized tar.gz files. That sh script is a way to realize it on demand.

Regarding support: yes we know core clr isn't quite as broad as node was at them moment. But it was not enough of a reason to still have two agents (many more downsides to that). If you need to automate something on a rasberry, you can run an agent and remote ssh commands to the rasberry. I believe this sprint adds an ssh task to even make that easier

ThomasKue commented 8 years ago

thank you, then i go the ssh way.