Skip to content

Commit 76781e9

Browse files
Fixed rm -rf command, more echos
1 parent ade803a commit 76781e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conda-recipe/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export sox_full_path=$(find dpctl_wheel -regextype posix-extended -regex "^.*${l
3636
echo "Sox full path: ${sox_full_path}"
3737
export soxxx_full_path=$(find dpctl_wheel -regextype posix-extended -regex "^.*${lib_name}\.so\.[0-9]*\.[0-9]*$")
3838
echo "Soxxx full path: ${soxxx_full_path}"
39-
rm -rf ${so_name} ${soxxx_name}
39+
rm -rf ${so_full_path} ${soxxx_full_path}
4040
echo "Removed two files"
4141
export so_name=$(basename ${so_full_path})
4242
echo "so_name: ${so_name}"
@@ -50,7 +50,10 @@ echo "wheel_path: ${wheel_path}"
5050
${PYTHON} -m wheel pack ${wheel_path}
5151
echo "Packed!"
5252
rm -rf dpctl_wheel
53+
echo "Deleted"
54+
ls -l
5355
popd ..
56+
echo "start retagging"
5457
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
5558
--platform-tag "manylinux_${GLIBC_MAJOR}_${GLIBC_MINOR}_x86_64" \
5659
dist/dpctl*.whl

0 commit comments

Comments
 (0)