#hi everyone, i have just cloned dagger

1 messages · Page 1 of 1 (latest)

wary iron
#

Can you share more about 1) what you're trying to do 2) what commands you tried running, 3) what output you're seeing?

coral dawn
#

1)I'm attempting to clone and build the Dagger repository on macOS. Specifically, I want to compile the project and test it locally. 2) I was trying to install the dependencies in case any were missing. I ran: go mod tidy 3) downloading the dependencies

#

i am encountering errors like this

#

if the engine can only build on a linux system . isn't there any solution to build on mac?

wary iron
#

yes you can use dagger to build dagger 🙂

#

are you trying to build the client only, or the whole engine?

coral dawn
#

i was building the engine as well😀

#

so it could only built on linux?

wary iron
#

yes - the engine itself is a complicated docker image with linux-only components + a portable CLI to bootstrap it

#

You can build the whole thing from Dagger

#
dagger -m github.com/dagger/dagger functions