Skip to content

Commit 36e83d9

Browse files
Merge pull request #422 from treefrogframework/mongo-upd
Update Mongo C driver
2 parents ed01610 + ea6e78a commit 36e83d9

File tree

2,963 files changed

+336184
-289654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,963 files changed

+336184
-289654
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- name: Homebrew
230230
run: |
231231
which pkg-config || brew install pkg-config
232-
brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
232+
brew install qt6 jq mongo-c-driver@2 gflags glog lz4 yarn
233233
- name: configure for debug
234234
run: |
235235
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
@@ -314,52 +314,6 @@ jobs:
314314
run: |
315315
./testall.sh
316316
317-
build-macos13:
318-
runs-on: macos-13
319-
steps:
320-
- uses: actions/checkout@main
321-
- name: Homebrew
322-
run: |
323-
which pkg-config || brew install pkg-config
324-
brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
325-
- name: configure for debug
326-
run: |
327-
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
328-
./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
329-
- name: build for debug
330-
run: |
331-
make -j4 -C src
332-
sudo make -C src install
333-
make -j4 -C tools
334-
sudo make -C tools install
335-
- name: configure
336-
run: |
337-
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
338-
./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
339-
- name: build
340-
run: |
341-
make -j4 -C src
342-
sudo make -C src install
343-
make -j4 -C tools
344-
sudo make -C tools install
345-
- name: version
346-
run: |
347-
treefrog -v
348-
tspawn --show-drivers
349-
- name: brew install for test
350-
run: |
351-
brew install redis memcached
352-
brew services start redis
353-
brew services start memcached
354-
- name: testall.sh
355-
working-directory: src/test
356-
run: |
357-
./testall.sh
358-
- name: releasetest
359-
working-directory: tools/test
360-
run: |
361-
./testall.sh
362-
363317
build-windows-qt68-msvc2022:
364318
runs-on: windows-latest
365319
steps:

3rdparty/mongo-c-driver-1.26.2/.clang-format

Lines changed: 0 additions & 37 deletions
This file was deleted.

3rdparty/mongo-c-driver-1.26.2/.evergreen/config_generator/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

3rdparty/mongo-c-driver-1.26.2/.evergreen/config_generator/components/abi_compliance_check.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

3rdparty/mongo-c-driver-1.26.2/.evergreen/config_generator/components/c_std_compile.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

3rdparty/mongo-c-driver-1.26.2/.evergreen/config_generator/components/cse/darwinssl.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)