File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ freebsd_test_task:
127
127
memory : 4G
128
128
129
129
install_devtools_script : |
130
- pkg install -y git bash ninja ccache
130
+ pkg install -y git bash ninja ccache blas cblas lapack pkgconf
131
131
132
132
<< : *MODIFIED_CLONE
133
133
@@ -149,11 +149,15 @@ freebsd_test_task:
149
149
build_script : |
150
150
chsh -s /usr/local/bin/bash
151
151
source .venv/bin/activate
152
- python -m pip install . --no-build-isolation -v -Csetup-args="-Dallow-noblas=true "
152
+ python -m pip install . --no-build-isolation -v -Csetup-args="-Dallow-noblas=false "
153
153
154
154
test_script : |
155
155
chsh -s /usr/local/bin/bash
156
156
source .venv/bin/activate
157
157
cd tools
158
158
python -m pytest --pyargs numpy -m "not slow"
159
159
ccache -s
160
+
161
+ on_failure :
162
+ debug_script : |
163
+ cat build/meson-logs/meson-log.txt
You can’t perform that action at this time.
0 commit comments