hydrogen-sailfishos / harbour-hydrogen

Apache License 2.0
7 stars 7 forks source link

Chum issues #33

Closed rinigus closed 8 months ago

rinigus commented 9 months ago

There are few issues in Chum:

piggz commented 9 months ago

Yeah, ive seen the karchive issue before but never got around to fixing.... i imported karchive many years ago for amazfish, though i cant be sure which package came first, mine of Jollas .... in any case, maybe I should investigate using the jolla version and drop the one from chum

nephros commented 9 months ago

@rinigus do you have a recipe for a _service file which can pull from a GH action artifact?

We have tried and not succeeded to use the file download service.

rinigus commented 9 months ago

do you have a recipe for a _service file which can pull from a GH action artifact?

I didn't realize it is an artifact :( . no, I am not aware of it

b100dian commented 9 months ago

Sorry I'm late seeing this. For the artifact part I asked this maybe tar_git could use the fileserver URL. For the project URL: Thanks nephros for fixing it. For the libKF5Archive error, thanks piggz for fixing it!

b100dian commented 9 months ago

Just a note about the artifact: @rinigus this is the app I initially built nodejs on OBS for. To make the npm/yarn build run without network connection, it required a 200+MiB yarn.cache file as seen here. Having the build partially on github and using that output as a 5MiB artifact is no-brainer compared to that.

rinigus commented 9 months ago

Sounds reasonable to me. We have to make exceptions for a good cause and I think it is a great example of it.

b100dian commented 9 months ago

Sounds reasonable to me. We have to make exceptions for a good cause and I think it is a great example of it.

Thank you!

b100dian commented 8 months ago

This is slightly improved by using an actual URL of the artifact as shown here and adding <service name="download_files"/> after tar_git in _service. Ideally, something like this node modules _service would work better.

b100dian commented 8 months ago

Also, the node_modules service is not directly usable for yarn, as yarn has its own yaml lockfile and needs conversion to package-lock.json such as https://github.com/imsnif/synp. I am closing this for now, but please re-open if any other ideas come aboard..