Mikhail Grushinskiy

Results 110 comments of Mikhail Grushinskiy

@vadz > > Can you set up CircleCi account for wxWidgets organization? And register me as user in it? As a first step. > > Sorry, I'm not sure how...

What if you create a branch for me in WxWidgets project with .circleci directory and simplest "hello world" config.yml in it? And run one build pipeline in circle CI with...

I'll try to make more proper set up in my fork before doing PR from it. Currently I've just set it up to build one particular version.

@vadz I've created PR now https://github.com/wxWidgets/wxWidgets/pull/22674 try it. results of my build https://app.circleci.com/pipelines/github/bareboat-necessities/wxWidgets/124/workflows/c94ef5ab-f4c9-4a54-9f67-d45dbd49bc75 https://app.circleci.com/pipelines/github/bareboat-necessities/wxWidgets?invite=true Thanks

@vadz Here is a better pull request https://github.com/wxWidgets/wxWidgets/pull/22675 Thanks

@swt2c This was preliminary PR to illustrate how builds are done in circle CI. Later you could remove Debian directory and download it in circleci yaml script and unarchive over...

BTW WxWidgets 3.2.0 failed to build for buster. Failed in configure script. Although I was able to build it on buster raspberry by hand.

I think release should happen when beta packages on all major platforms are tested. For that you need continuous build of those test packages. 3.3 and 3.2 branch both would...

I'm experiencing the same error: ``` [ 32.663639] hdmi-audio-codec hdmi-audio-codec.8.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 [ 32.664718] hdmi-audio-codec hdmi-audio-codec.8.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 [ 32.666724]...

@psistwu > [Update] Finally, I had my solution tested with the following configuration: > > * Hardware: Waveshare Mini Base Board (A) + rpi compute module 4 lite (2Gb ram...