Commit 7ec4ed4
committed
Fix Docker (full) build: disable ASM so OpenCV 5's MLAS doesn't break the extern link
The now-actually-running test-native stage caught a pre-existing bug:
OpenCV 5.0.0's vendored MLAS declares and calls MlasHGemmSupported() on
its FP16/GQA path but never defines it, leaving libOpenCvSharpExtern.so
with an undefined reference. windows.yml/linux-arm64.yml/macos.yml already
work around this by dropping CMAKE_ASM_COMPILER so MLAS reports itself
unavailable and DNN falls back to its built-in SGEMM; apply the same fix
here.1 parent 4f6d5cc commit 7ec4ed4
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | | - | |
| 81 | + | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
0 commit comments