Description
@vaind Previously, libraries where checked into Git which meant I could for example download main and paste into our depot (And reconcile on Perforce), to get the latest version. Now, the dependencies are part of the packaging job, which I'd missed - So getting latest requires you to download the released version (Or via the Ci Job), there isn't anything indicating how to work from Main for example.
Originally posted by @Edstub207 in #55 (comment)
Compiled dependencies are available as GH Artifacts which means they can only be downloaded by the repo members. Building locally is an option though it's not exactly straightforward. Currently, the best solution I can think of is instructing users to fork the repo+branch they want and let them run CI on their fork. The only thing they would need to set up is a secret to access Unreal docker images. We could even update the CI to automatically skip this step on forks if the secret is not configured.
Metadata
Metadata
Assignees
Type
Projects
Status