File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 67
67
- windows-2022
68
68
- macos-14
69
69
vcpkg-version :
70
- - 2024.04.26
70
+ - 2024.07.12
71
71
runs-on : ${{ matrix.os-image }}
72
72
env :
73
73
VCPKG_VERSION : ${{ matrix.vcpkg-version }}
Original file line number Diff line number Diff line change 10
10
sudo apt-get update
11
11
sudo apt-get install -y clang libharfbuzz0b git curl zip unzip tar bison gperf libx11-dev libxft-dev libxext-dev \
12
12
libgles2-mesa-dev autoconf libtool build-essential libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev \
13
- libdbus-1-dev libxtst-dev sudo
13
+ libdbus-1-dev libxtst-dev sudo python3-jinja2
14
14
15
15
# workaround to make clang_sys crate detect installed libclang
16
16
sudo ln -fs libclang.so.1 /usr/lib/llvm-14/lib/libclang.so
17
17
18
18
export VCPKG_ROOT=" $HOME /build/vcpkg"
19
+ export VCPKG_DISABLE_METRICS=1
19
20
if [[ -e " $VCPKG_ROOT " && ! -e " $VCPKG_ROOT /.git" ]]; then
20
21
rm -rf " $VCPKG_ROOT "
21
22
fi
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ rm -rf "$VCPKG_INSTALLATION_ROOT"
9
9
choco install -y llvm --version " $CHOCO_LLVM_VERSION "
10
10
11
11
export VCPKG_ROOT=" $HOME /build/vcpkg"
12
+ export VCPKG_DISABLE_METRICS=1
12
13
if [[ -e " $VCPKG_ROOT " && ! -e " $VCPKG_ROOT /.git" ]]; then
13
14
rm -rf " $VCPKG_ROOT "
14
15
fi
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ elif [[ "$OS_FAMILY" == "macOS" ]]; then
24
24
export DYLD_FALLBACK_LIBRARY_PATH=" $toolchain_path /usr/lib/"
25
25
if [[ " ${VCPKG_VERSION:- } " != " " ]]; then # vcpkg build
26
26
export VCPKG_ROOT=" $HOME /build/vcpkg"
27
+ export VCPKG_DISABLE_METRICS=1
27
28
echo " === Installed vcpkg packages:"
28
29
" $VCPKG_ROOT /vcpkg" list
29
30
elif [[ " ${BREW_OPENCV_VERSION:- } " != " " ]]; then # brew build
You can’t perform that action at this time.
0 commit comments