Git Product home page Git Product logo

Comments (1)

zoltanvb avatar zoltanvb commented on August 24, 2024

Few comments, I do not have any authority for deciding / doing this, but have seen a few things while working with armv7 and a few other RA/core builds.
First, it would probably be useful to set up the compilation procedure to use a container, and have static stuff like SDK install done there, once. If you check other Github workflows, they pull an image for start. The build container sources are on gitlab.
Actual builds that are published on buildbot.libretro.com, are not built here on github, but on a gitlab server. Probably 2 CI templates will be needed, one for make, and another for cmake based cores. Maybe more, if there is need for different binaries (if there is e.g. also arm64 besides the armv7a).
Compilation is governed by the .gitlab-ci.yml file that is present in each repo's root that is currently being built. WebOS target needs to be added there for RA + for each core that is planned to be available, and of course tested that it can be built.
Depending on the build setup, it is possible that individual core makefiles need some change, although I see there are already 60+ cores compiled for this platform behind the default URL, so I presume you have found a way to use same make path as an existing platform.

from retroarch.

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.