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

Installation fails on freebsd #986

Open
devosalain opened this issue Mar 2, 2020 · 1 comment
Open

Installation fails on freebsd #986

devosalain opened this issue Mar 2, 2020 · 1 comment

Comments

@devosalain
Copy link

git clone https://github.com/typelead/eta-init

Task :setupEnvironmentEta FAILED
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':setupEnvironmentEta'.

Unsupported OS 'FreeBSD'; install etlas manually and configure with etlasPath

@jneira
Copy link
Collaborator

jneira commented Mar 3, 2020

Hi! I am afraid that there is no precompiled binaries for freebsd so you may try build eta from source and use the gradle plugin options:

eta {
  useSystemEta = true
  useSystemEtlas = true
}

to use the installation from source

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

No branches or pull requests

2 participants