Skip to content

Commit d62591c

Browse files
committed
get more debugging information, install 'all' component
1 parent 08ef096 commit d62591c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/ci-images/manylinux_2_28_x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cmake --build pocl/build -j4
7272

7373
cmake \
7474
--install pocl/build \
75-
--component dev \
75+
--component all \
7676
--component icd
7777
EOF
7878

.ci/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ else # Linux
143143
# # this shows the possible values for -DLLC_HOST_CPU
144144
# # see https://github.com/pocl/pocl/blob/013d2f19f4e8f2e0fd9aedcb70117d6dcc737aa9/doc/sphinx/source/install.rst#L171
145145
# llc -mcpu=help
146+
echo "--- /etc/OpenCL contents ---"
147+
find /etc/OpenCL -type f -name '*'
146148
fi
147149
fi
148150
if [[ $TASK == "cuda" ]]; then

tests/python_package_test/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_binary():
9393
params = {
9494
"objective": "binary",
9595
"metric": "binary_logloss",
96-
"verbose": -1,
96+
"verbose": 10,
9797
"num_iteration": 50, # test num_iteration in dict here
9898
}
9999
lgb_train = lgb.Dataset(X_train, y_train)

0 commit comments

Comments
 (0)