Christoph Junghans
Christoph Junghans
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/setup-buildx-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [x] The documentation does not mention anything about my problem...
I have a simple Git hub Action (https://github.com/junghans/libcerf.spec/blob/rawhide/.github/workflows/continuous-integration-workflow.yml) ```yaml name: CI on: push: branches: - rawhide jobs: CI: runs-on: ubuntu-latest container: image: registry.fedoraproject.org/fedora:rawhide options: --privileged steps: - name: Checkout code...
Reproducer for #1570 > Add release note. See https://rpm-software-management.github.io/mock/Release-Notes-New-Entry > or let us know to add `label no-release-notes` if you think the change does > not deserve a release note.
In an attempt to fix https://bugzilla.redhat.com/show_bug.cgi?id=2381020: ```diff diff --git a/hpx.spec b/hpx.spec index 94548c3..cadca25 100644 --- a/hpx.spec +++ b/hpx.spec @@ -215,7 +216,7 @@ rm %{buildroot}/%{_datadir}/%{name}/LICENSE_1_0.txt . /etc/profile.d/modules.sh for mpi in ''...
For #1241
from https://koji.fedoraproject.org/koji/taskinfo?taskID=131645432: ``` 9/14 Test #9: ArborX_Test_DetailsClusteringHelpers .....***Exception: SegFault 2.18 sec Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread...