Skip to content

Commit 5bb586f

Browse files
committed
Bump CI
1 parent dc40d08 commit 5bb586f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,21 @@ jobs:
1313
matrix:
1414
os-image:
1515
- ubuntu-22.04
16-
- macos-13
16+
- macos-14
1717
opencv-version:
18-
- 3.4.20
1918
- 4.10.0
2019
linkage:
2120
- dynamic
2221
include:
2322
- os-image: ubuntu-22.04
2423
opencv-version: 4.10.0
2524
linkage: static
25+
- os-image: ubuntu-22.04
26+
opencv-version: 3.4.20
27+
linkage: dynamic
28+
- os-image: macos-13
29+
opencv-version: 3.4.20
30+
linkage: dynamic
2631
runs-on: ${{ matrix.os-image }}
2732
env:
2833
Atlas_ROOT_DIR: /usr/include/ # for cmake to find lapacke.h

ci/install-macos-framework.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ fi
2626
python "$opencv_src/platforms/osx/build_framework.py" \
2727
--contrib "$opencv_contrib_src" \
2828
--enable_nonfree \
29+
--macos_archs "$(uname -m)" \
2930
"$build_dir"

ci/script.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ elif [[ "$os_family" == "Linux" ]]; then
5656
"$VCPKG_ROOT/vcpkg" list
5757
# fixes linking issue that started happening since 2024-07-04
5858
export OPENCV_LINK_LIBS="+freetype,bz2"
59-
else
60-
if [[ "${OPENCV_LINKAGE:-dynamic}" == "static" ]]; then # static build
61-
export OPENCV_LINK_LIBS=opencv_gapi,opencv_highgui,opencv_objdetect,opencv_dnn,opencv_videostab,opencv_calib3d,opencv_features2d,opencv_stitching,opencv_flann,opencv_videoio,opencv_rgbd,opencv_aruco,opencv_video,opencv_ml,opencv_imgcodecs,opencv_imgproc,opencv_core,ade,ittnotify,liblibwebp,liblibtiff,liblibjpeg-turbo,liblibpng,liblibopenjp2,ippiw,ippicv,liblibprotobuf,quirc,zlib
62-
fi
63-
fi
6459
fi
6560

6661
# remove tests and examples that require the latest OpenCV version so that they don't fail due to missing modules

0 commit comments

Comments
 (0)