Martin Grigorov

Results 462 comments of Martin Grigorov

To avoid the warning you need to pass `--platform linux/arm64`: `docker run --platform linux/arm64 -it --rm arm64v8/centos:8 uname -m`

The report as is is not actionable. Please provide a reproducer!

I've tried to `strace` it but : ``` usr/bin/strace: ptrace(PTRACE_TRACEME, ...): Function not implemented /usr/bin/strace: PTRACE_SETOPTIONS: Function not implemented /usr/bin/strace: detach: waitpid(112): No child processes /usr/bin/strace: Process 112 detached ```...

Thanks for the response, @umarcor ! One question before I do that: How to find out which version of QEMU is being used by multiarch/qemu-user-static ?

https://bugs.launchpad.net/qemu/+bug/1884719

Related to actions-rs/cargo#86 The best would be if it takes into account the current working directory: ``` defaults: run: working-directory: lang/rust ``` See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun

Related to https://github.com/actions-rs/cargo/issues/86 The best would be if it takes into account the current working directory: ``` defaults: run: working-directory: lang/rust ``` See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun

It seems this issue is a duplicate of https://github.com/actions-rs/audit-check/issues/116

JIRA ticket: https://issues.apache.org/jira/browse/PIG-5414