Nick Brassel

Results 244 comments of Nick Brassel

Unblocked stalebot from doing its thing -- if there's no appetite for fixing unit tests, then there's no need to keep this PR open.

After some internal discussion, we're moving this to a 2024q2 merge candidate, with an intention to merge into `develop` once the merge window opens. There are some doubts that skipping...

Can't reproduce it, I'm afraid: ``` % cat /etc/os-release NAME="Fedora Linux" VERSION="36 (Server Edition)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36 (Server Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:36" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/"...

Perhaps try: ```sh qmk cd find . -uid 0 ``` If you get any files listed, then they're owned by `root` and you probably used `sudo` to run something previously.

> The PR (#18932) got closed, how can we move this issue forward? I'm not sure what's wrong with adding the privileged flag in this scenario. Can you show the...

Intriguing, looks like it's a `podman` thing: ``` $ RUNTIME=podman ./util/docker_cmd.sh stat Makefile File: Makefile Size: 17286 Blocks: 40 IO Block: 4096 regular file Device: fc11h/64529d Inode: 301108014 Links: 1...

> That is odd indeed, thoughts on adding the privileged flag when podman is used? All build outputs would be owned by root, in that case. Not ideal once you're...

If we can work out a command to test whether or not SELinux is in play and dynamically add it, sure. Some systems won't have SELinux support so will likely...

Still in draft, has conflicts. Moving to next quarter.