Skip to content

Commit a84a031

Browse files
Delete duplicated copies of SyclInterface library
1 parent bd72fb1 commit a84a031

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ jobs:
151151
run: |
152152
source set_allvars.sh
153153
CC=clang CXX=clang++ python setup.py develop -G Ninja
154+
# delete followed symbolic link turned copies
155+
find dpctl -regextype posix-extended -regex "^.*${lib_name}\.so$" -exec rm \{\}\;
156+
find dpctl -regextype posix-extended -regex "^.*${lib_name}\.so\.[0-9]*\.[0-9]*$" -exec rm \{\}\;
154157
155158
- name: Run lsplatforms
156159
shell: bash -l {0}

0 commit comments

Comments
 (0)