Skip to content

[s390x] Align build with gcc-toolset-14 and fix PyArrow env (rhoai-2.25)#290

Open
sindhujabd268 wants to merge 4 commits intored-hat-data-services:rhoai-2.25from
sindhujabd268:s390x-rhoai-2.25-gcc-14
Open

[s390x] Align build with gcc-toolset-14 and fix PyArrow env (rhoai-2.25)#290
sindhujabd268 wants to merge 4 commits intored-hat-data-services:rhoai-2.25from
sindhujabd268:s390x-rhoai-2.25-gcc-14

Conversation

@sindhujabd268
Copy link
Contributor

[s390x] Align build with gcc-toolset-14 and fix PyArrow env (rhoai-2.25)

Shafi-Hussain and others added 3 commits February 9, 2026 21:04
Issue: https://issues.redhat.com/browse/RHOAIENG-49027

Updated gcc version to gcc-14

Signed-off-by: Md. Shafi Hussain <Md.Shafi.Hussain@ibm.com>
Issue: https://issues.redhat.com/browse/RHOAIENG-49027

Pin setuptools version in ppc64le build script for numba/llvmlite build

Signed-off-by: Md. Shafi Hussain <Md.Shafi.Hussain@ibm.com>
@Shafi-Hussain
Copy link
Contributor

Power changes are all included

@Shafi-Hussain
Copy link
Contributor

/lgtm

@crackcodecamp
Copy link

/build-konflux

make -j"$(nproc)"
make install

export PYTHONPATH=$(pwd)/build/lib.linux-s390x-cpython-${PYTHON_VERSION/./}:$PYTHONPATH
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe set the path variable to empty string first

Suggested change
export PYTHONPATH=$(pwd)/build/lib.linux-s390x-cpython-${PYTHON_VERSION/./}:$PYTHONPATH
PYTHONPATH=""
export PYTHONPATH=$(pwd)/build/lib.linux-s390x-cpython-${PYTHON_VERSION/./}:$PYTHONPATH

@crackcodecamp
Copy link

/build-konflux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants