Skip to content

Commit 8f1b053

Browse files
committed
more fixes
1 parent 0540af4 commit 8f1b053

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/ci-images/manylinux_2_28_aarch64/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ cmake --install pocl/build --component icd
116116

117117
# try hand-writing the pocl.icd file in the case where pocl's CMake refused to
118118
if ! test -f /etc/OpenCL/vendors/pocl.icd ; then
119+
mkdir -p /etc/OpenCL/vendors
119120
POCL_LIBRARY=$(
120121
find /usr/local/lib64 -type f -name 'libOpenCL.so.2.*'
121122
)

.ci/ci-images/manylinux_2_28_x86_64/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ cmake --install pocl/build --component icd
7575

7676
# try hand-writing the pocl.icd file in the case where pocl's CMake refused to
7777
if ! test -f /etc/OpenCL/vendors/pocl.icd ; then
78+
mkdir -p /etc/OpenCL/vendors
7879
POCL_LIBRARY=$(
7980
find /usr/local/lib64 -type f -name 'libOpenCL.so.2.*'
8081
)

0 commit comments

Comments
 (0)