• Joined on 2026年06月08日
jonnie opened issue RustAudio/nice-plug#55 2026年06月25日 13:50:54 +02:00
MSRV is listed as 1.87.0 but the time crate required 1.88
jonnie commented on issue RustAudio/nice-plug#37 2026年06月25日 13:49:06 +02:00
continuous integration

I implemented it with woodpecker after all: #54

jonnie pushed to woodpecker at jonnie/nice-plug 2026年06月25日 13:46:08 +02:00
a681ff537b implement woodpecker ci
a80e0e267e bump nice-plug-core version
b7f51fb364 bump nice-plug crate version
a6c064207d Merge pull request 'Restart the plugin when the CLAP process mode changes while activated' (#53) from edwloef/nice-plug:process-mode-restart into main
edbb386133 update iced_audio_widget example readme
Compare 14 commits »
jonnie created pull request RustAudio/nice-plug#54 2026年06月25日 13:43:46 +02:00
Implement woodpecker CI
jonnie pushed to woodpecker at jonnie/nice-plug 2026年06月25日 13:36:31 +02:00
273ba300f9 implement woodpecker ci
jonnie created branch woodpecker in jonnie/nice-plug 2026年06月25日 13:36:31 +02:00
jonnie created repository jonnie/nice-plug 2026年06月25日 13:32:20 +02:00
jonnie commented on issue RustAudio/nice-plug#37 2026年06月11日 15:46:50 +02:00
continuous integration

TL;DR woodpecker doesn't do any caching, builds on it will be totally cold unless we provide our own external cache storage. This will be a big load on codeberg infra that could easily be...

jonnie commented on issue RustAudio/nice-plug#37 2026年06月08日 21:39:42 +02:00
continuous integration

Cool, the advantage of woodpecker is I can test it locally.

jonnie commented on issue RustAudio/nice-plug#37 2026年06月08日 11:17:51 +02:00
continuous integration

I'd be happy to set this up. You're thinking the woodpecker CI instances right? Or forgejo actions? As far as I can see we don't get any kind of caching on codeberg's public CI, I guess we can do...