gluster / project-infrastructure

Issues related to GlusterFs infrastructure components.
0 stars 0 forks source link

32-bit-build failures in glusterfs in test suits upstream #132

Closed Shwetha-Acharya closed 3 years ago

Shwetha-Acharya commented 3 years ago

The patches with 32-bit-build failures can be found here

schaffung commented 3 years ago

The failure is caused due to warnings treated as errors and certain warning being raised around getcwd. This was fixed in devel branch recently. Sent a backport to release-9 branch to fix the issue. Post its merging, we just need to rebase the other backports. For reference the backport solving the issue : https://github.com/gluster/glusterfs/pull/2549

Shwetha-Acharya commented 3 years ago

closing the issue as the problem is solved