File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214 - name : Homebrew
215215 run : |
216216 which pkg-config || brew install pkg-config
217- brew install qt6 jq mongo-c-driver@2 gflags glog lz4 yarn
217+ brew install qt6 jq mongo-c-driver@2 glog lz4 yarn
218218 - name : configure for debug
219219 run : |
220220 export PKG_CONFIG_PATH=$(echo "$(find -L "$(brew --prefix)/opt" -type d \( -path "*/lib/pkgconfig" -o -path "*/share/pkgconfig" \) 2>/dev/null)" | sort -u | paste -sd ":" -):$PKG_CONFIG_PATH
@@ -260,11 +260,11 @@ jobs:
260260 - name : Homebrew
261261 run : |
262262 which pkg-config || brew install pkg-config
263- brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
263+ brew install qt6 jq yarn
264264 - name : configure for debug
265265 run : |
266266 export PKG_CONFIG_PATH=$(echo "$(find -L "$(brew --prefix)/opt" -type d \( -path "*/lib/pkgconfig" -o -path "*/share/pkgconfig" \) 2>/dev/null)" | sort -u | paste -sd ":" -):$PKG_CONFIG_PATH
267- ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable- debug
267+ ./configure --prefix=/usr/local --enable-debug
268268 - name : build for debug
269269 run : |
270270 make -j4 -C src
@@ -274,7 +274,7 @@ jobs:
274274 - name : configure
275275 run : |
276276 export PKG_CONFIG_PATH=$(echo "$(find -L "$(brew --prefix)/opt" -type d \( -path "*/lib/pkgconfig" -o -path "*/share/pkgconfig" \) 2>/dev/null)" | sort -u | paste -sd ":" -):$PKG_CONFIG_PATH
277- ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
277+ ./configure --prefix=/usr/local
278278 - name : build
279279 run : |
280280 make -j4 -C src
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ if ! [[ "$SPEC" =~ "wasm" ]]; then
238238 if [ -z " $ENABLE_SHARED_GLOG " ]; then
239239 echo
240240 echo -n " Compiling glog ... "
241- $CMAKE -S . -B build -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_STANDARD=14 > /dev/null 2>&1
241+ $CMAKE -S . -B build -DCMAKE_BUILD_TYPE=Release - DBUILD_SHARED_LIBS=OFF -DWITH_GFLAGS=OFF > /dev/null 2>&1
242242 $CMAKE --build build --clean-first -j > /dev/null 2>&1
243243 RET=$?
244244 if [ $RET != 0 ]; then
You can’t perform that action at this time.
0 commit comments