Git Product home page Git Product logo

Comments (4)

andydotxyz avatar andydotxyz commented on June 15, 2024 2

Would it be bad to point to the "Geoffrey" product that Fyne Labs built which provides Fyne build infrastructure and hosting in the cloud?

from fyne-cross.

chirayudesai avatar chirayudesai commented on June 15, 2024

For reference, current CI setup: https://gitlab.com/AOSPAlliance/device-flasher/-/blob/gerrit/63/1163/31/.gitlab-ci.yml

The Makefile just calls fyne-cross: https://gitlab.com/AOSPAlliance/device-flasher/-/blob/gerrit/63/1163/31/Makefile#L35

Fails with:
[✗] missed requirement: docker binary not found in PATH
because the golang image we're using doesn't have docker.

from fyne-cross.

lucor avatar lucor commented on June 15, 2024

I'm sorry but a fyne-cross requirement is to have a docker engine installed on your host.
A possible solution to your use case is to use a docker image with the fyne CLI installed, and use the last one to package your application.

from fyne-cross.

Bluebugs avatar Bluebugs commented on June 15, 2024

If you are using GitLab CI on premise, you might be able to expose the socket to docker inside the container. This would then be picked up by fyne-cross and might just work (-v /var/run/docker.sock:/var/run/docker.sock).

If you are using GitLab hosted CI solution, I wonder if it is not possible now to do the same things we do with github action here: https://github.com/fyne-io/fyne-cross/blob/master/.github/workflows/ci.yml#L52 .

from fyne-cross.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.