Skip to content

Commit

Permalink
change dir name to lib64 in jenkins scripts (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Jan 2, 2025
1 parent 7f806b0 commit 3420059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cicd/scripts/land_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ status=${PIPESTATUS[0]}
cat sorc/build/log.ecbuild sorc/build/log.make >> ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-build-log.txt
echo "Pipeline Completed Land-DA build on ${UFS_PLATFORM} ${UFS_COMPILER}. status=$status"

ls -l sorc/build/bin/*.exe sorc/build/lib/*.so
ls -l sorc/build/bin/*.exe sorc/build/lib64/*.so
status=$?

git status -u
Expand Down
4 changes: 2 additions & 2 deletions .cicd/scripts/land_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ status=0

if [[ true = ${LAND_DA_RUN_TESTS:=false} ]] ; then

ls -l sorc/build/bin/*.exe sorc/build/lib/*.so
ls -l sorc/build/bin/*.exe sorc/build/lib64/*.so
status=$?
if [[ ${status} = 0 ]] ; then

Expand All @@ -100,7 +100,7 @@ if [[ true = ${LAND_DA_RUN_TESTS:=false} ]] ; then
set -x
cd -
else
echo "Error: bin/* or lib/* not available."
echo "Error: bin/* or lib64/* not available."
fi
else
echo "Pipeline skipping Tests on ${UFS_PLATFORM} (${machine})"
Expand Down

0 comments on commit 3420059

Please sign in to comment.