Bruno Verachten

Results 139 comments of Bruno Verachten

I just gave it a try with GitPod: ```bash [ERROR] Errors: [ERROR] ChangelogTest.spacesInPaths [ERROR] Run 1: file:/workspace/mercurial-plugin/target/test-classes/the.hpl doesn't have the Short-Name attribute [ERROR] Run 2: file:/workspace/mercurial-plugin/target/test-classes/the.hpl doesn't have the Short-Name...

I managed to do without it for over a year, so let's close it. 🤷

My, oh, my, I'm sorry, I went too fast and just tested the updatecli scripts, and not the image-building part. 😊 Let me rework that.

Hello folks 👋 Is this repo abandoned, or can we hope this fix will be merged? Thanks.

The failure is due to a network or machine connection problem, not to the code itself.

What Raspberry Pi do you use @barthel ? Mine is a 3B+, and it's already an `aarch64`.

I should definitely retry all that thanks to a GitHub action with Docker multiplatform. 🤔

> the availability of Java 11+ for Alpine (musl) on `armv7`. As far as I know, there is no `armv7` (or even `aarch64`) Java 11+ for Alpine.

#I built the `aarch64` image on an `x86_64` Mac tonight with `docker buildx build --platform linux/arm64 -t your_image_name:tag . --load`. Unfortunately, I can't build it thanks to `make build` because...