Martin Grigorov

Results 780 comments of Martin Grigorov

I experience the same problem: https://github.com/apache/avro/blob/a6c82ac6f4d316e769059adab39a9b39b5ea9f8c/.github/workflows/test-arm64.yml My workflow has several jobs which run the action in their steps. Since all jobs share the same Docker image they invalidate the image...

I have worked around this issue by overwriting GITHUB_WORKFLOW env var: https://github.com/apache/avro/commit/c635b9ad79392d3c4e40c1d0e8008adb39207dee

I also wanted to create an issue asking for adding `x86_64/amd64` to the available architectures. It would be much easier to use the GHA matrix feature to test on both...

This is fixed with https://github.com/p12tic/libsimdpp/pull/118 but only in `dev` branch ...

PR to add CI job on ARM64 - https://github.com/alibaba/tengine/pull/1538

> goal com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp Why does it say 0.11.0 ? When your pom.xml says 0.15.2

There are several closed [issues](https://github.com/siom79/japicmp/issues?q=jaxb) related to JAXB. You can check whether any of them solves your issue. Or try to create a simple application demonstrating the problem, so others...

I've made some improvements with https://github.com/conda-incubator/setup-miniconda/pull/209. If accepted it won't try to `mv ~/.bashrc ~/.profile` when `remove-profiles: false`! But as noted by others it will still edit `.profile` to add...