We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fab9f7 commit 3a641d9Copy full SHA for 3a641d9
xjalienfs.sh
@@ -90,9 +90,7 @@ if [ -n "$ALIBUILD_XJALIENFS_TESTS" ] &&
90
# Tests need a JAliEn token, so skip them if we have none.
91
[ -n "$JALIEN_TOKEN_CERT" ] && [ -n "$JALIEN_TOKEN_KEY" ]
92
then
93
- # temporary measure againt breakage of alienpy tests on Alma9 aarch64 builder environment
94
- # the breakage is present only in the special CI environment on that machine
95
- [[ "${ARCHITECTURE}" != "slc9_aarch64" ]] && PATH="$INSTALLROOT/bin:$PATH" \
+ PATH="$INSTALLROOT/bin:$PATH" \
96
PYTHONPATH="$INSTALLROOT/lib/python/site-packages:$PYTHONPATH" \
97
"$SOURCEDIR/tests/run_tests" ci-tests
98
fi
0 commit comments